summaryrefslogtreecommitdiff
path: root/js/lex.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lex.js')
-rw-r--r--js/lex.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lex.js b/js/lex.js
index 8911677..949506e 100644
--- a/js/lex.js
+++ b/js/lex.js
@@ -39,7 +39,7 @@ Lex.prototype.ascii = function(){
}
Lex.prototype.sanitize = function(){
switch (this.char) {
- case "%": return "%"
+// case "%": return "%"
case undefined:
case "": return " "
default: return this.char