implement \r to default json of ExtScripts

some refactoring
bump ApiVer of ExtQuotes
update changelog
This commit is contained in:
arcan1s
2015-05-31 02:57:43 +03:00
parent f534a6854a
commit f96b3fcb07
13 changed files with 25 additions and 27 deletions

View File

@ -20,7 +20,9 @@
},
"newline": {
"\n": "<br>",
"\t": "&#09;"
"\n\r": "<br>",
"\t": "&#09;",
"\v": "&#11;"
},
"space": {
" ": "&nbsp;"