From 293c2fce076c46d3d5a1c79d40eff35e99f871fa Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 11 Jan 2018 13:47:21 +0000 Subject: [PATCH] Text-Slicer: Fix issue with single quotes in the base tiddler title --- plugins/tiddlywiki/text-slicer/modules/slicer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/text-slicer/modules/slicer.js b/plugins/tiddlywiki/text-slicer/modules/slicer.js index 3bb204e4a..077d4b321 100644 --- a/plugins/tiddlywiki/text-slicer/modules/slicer.js +++ b/plugins/tiddlywiki/text-slicer/modules/slicer.js @@ -56,7 +56,7 @@ function Slicer(options) { this.chunks.push({ "toc-type": "document", title: "", // makeUniqueTitle will later initialise it to baseTiddlerTitle - text: "
<>
", + text: "
<>
", list: [], tags: [], role: this.role,