diff options
| -rw-r--r-- | js/lex.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
