fix of post formatting: wrong link words dropping

This commit is contained in:
Simon Grim 2015-07-16 17:18:20 +05:00
parent 928688bdac
commit 17b3fea42d

View File

@ -641,4 +641,3 @@ function reverseHtmlEntities(str) {
.replace(/&/g, '&');
}