Browse Source

Merge pull request #127 from tmcw/whitespace-ocd

Trailing whitespace OCD fix.
tags/0.4.0
Jan Lehnardt 14 years ago
parent
commit
cc7bc5fb39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js View File

@@ -299,7 +299,7 @@ var Mustache = function() {
s = String(s === null ? "" : s);
return s.replace(/&(?!\w+;)|["'<>\\]/g, function(s) {
switch(s) {
case "&": return "&amp;";
case "&": return "&amp;";
case '"': return '&quot;';
case "'": return '&#39;';
case "<": return "&lt;";


Loading…
Cancel
Save