From bdfc2a57e77f20c2e60dc6127b84252839871791 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 13 Mar 2010 15:33:03 +0100 Subject: [PATCH] Avoid ugliness in QUnit output. --- vendor/qunit/qunit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/qunit/qunit.js b/vendor/qunit/qunit.js index 3eda4f9..c61bce9 100644 --- a/vendor/qunit/qunit.js +++ b/vendor/qunit/qunit.js @@ -1051,7 +1051,7 @@ QUnit.jsDump = (function() { name:'name', 'class':'className' }, - HTML:true,//if true, entities are escaped ( <, >, \t, space and \n ) + HTML:false,//if true, entities are escaped ( <, >, \t, space and \n ) indentChar:' ',//indentation unit multiline:true //if true, items in a collection, are separated by a \n, else just a space. };