1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Text-Slicer: Fix issue with single quotes in the base tiddler title

This commit is contained in:
Jermolene 2018-01-11 13:47:21 +00:00
parent 92870c0b2d
commit 293c2fce07

View File

@ -56,7 +56,7 @@ function Slicer(options) {
this.chunks.push({
"toc-type": "document",
title: "", // makeUniqueTitle will later initialise it to baseTiddlerTitle
text: "<div class='tc-table-of-contents'><<toc-selective-expandable '" + this.baseTiddlerTitle + "document'>></div>",
text: "<div class='tc-table-of-contents'><<toc-selective-expandable \"\"\"" + this.baseTiddlerTitle + "document\"\"\">></div>",
list: [],
tags: [],
role: this.role,