This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
escape " as ".
Closes
#58
tags/0.5.0-vsc
Jan Lehnardt
пре 15 година
родитељ
0ae99e03ec
комит
d8f25f82bd
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
Прегледај датотеку
@@ -248,7 +248,7 @@ var Mustache = function() {
switch(s) {
case "&": return "&";
case "\\": return "\\\\";
case '"': return '
\"
';
case '"': return '
"
';
case "<": return "<";
case ">": return ">";
default: return s;
Write
Preview
Loading…
Откажи
Сачувај