projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e72e5
)
Do not escape HTML in in the console
author
David Vazquez
<davazp@gmail.com>
Wed, 6 Feb 2013 22:45:57 +0000
(22:45 +0000)
committer
David Vazquez
<davazp@gmail.com>
Wed, 6 Feb 2013 22:45:57 +0000
(22:45 +0000)
ecmalisp.html
patch
|
blob
|
history
diff --git
a/ecmalisp.html
b/ecmalisp.html
index
110a686
..
cafc7d4
100644
(file)
--- a/
ecmalisp.html
+++ b/
ecmalisp.html
@@
-71,7
+71,7
@@
jqconsole.RegisterMatching('(', ')', 'parents');
lisp.write = function(str){
- jqconsole.Write(str, 'jqconsole-output');
+ jqconsole.Write(str, 'jqconsole-output', false);
return str;
}