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

print-window-tiddler
Jermolene 2018-01-11 13:47:21 +00:00
rodzic 92870c0b2d
commit 293c2fce07
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,