summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to '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 e491fe0..ff50a03 100644
--- a/js/lex.js
+++ b/js/lex.js
@@ -32,7 +32,7 @@ Lex.prototype.ascii = function(){
}
Lex.prototype.sanitize = function(){
switch (this.char) {
- case "%": return "%%"
+ case "%": return "%"
case undefined:
case "": return " "
default: return this.char