From f45c79b0d6eba673d537ba86b9cd8797666ad4b7 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 31 Jan 2019 15:17:28 -1000 Subject: Add drafts feature --- lib/util.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util.js') diff --git a/lib/util.js b/lib/util.js index c01d96c..52c608b 100644 --- a/lib/util.js +++ b/lib/util.js @@ -169,6 +169,7 @@ u.escapeHTML = function (html) { .replace(/"/g, '"') .replace(//g, '>') + .replace(/\n/g, ' ') } u.unescapeHTML = function (text) { -- cgit v1.2.3