client/settings: add posts per page option

This commit is contained in:
rr-
2016-08-05 20:00:07 +02:00
parent 9383fd2b27
commit 9304e309f6
7 changed files with 16 additions and 3 deletions

View File

@ -244,7 +244,7 @@ function makeCssName(text, suffix) {
}
function escapeHtml(unsafe) {
return unsafe
return unsafe.toString()
.replace(/&/g, '&')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')