Fix Bug 34739 - encode '

This commit is contained in:
Sergey Linnik
2017-04-25 17:42:51 +03:00
parent 8eb017b092
commit 5dea4c77a9
2 changed files with 19 additions and 19 deletions

View File

@ -68,7 +68,7 @@
docEditor.refreshHistory(
{
currentVersion: "<%= file.version %>",
currentVersion: "<%- file.version %>",
history: historyObj
});
};