Przeglądaj źródła

Trailing whitespace OCD fix.

tags/0.4.0
Tom MacWright 14 lat temu
rodzic
commit
817e884f60
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

@@ -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;";


Ładowanie…
Anuluj
Zapisz