Skip to content

Commit cc7bc5f

Browse files
committed
Merge pull request janl#127 from tmcw/whitespace-ocd
Trailing whitespace OCD fix.
2 parents db8cfec + 817e884 commit cc7bc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ var Mustache = function() {
299299
s = String(s === null ? "" : s);
300300
return s.replace(/&(?!\w+;)|["'<>\\]/g, function(s) {
301301
switch(s) {
302-
case "&": return "&amp;";
302+
case "&": return "&amp;";
303303
case '"': return '&quot;';
304304
case "'": return '&#39;';
305305
case "<": return "&lt;";

0 commit comments

Comments
 (0)