mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-03 23:24:07 +00:00
Text-Slicer: Fix issue with single quotes in the base tiddler title
This commit is contained in:
parent
92870c0b2d
commit
293c2fce07
@ -56,7 +56,7 @@ function Slicer(options) {
|
|||||||
this.chunks.push({
|
this.chunks.push({
|
||||||
"toc-type": "document",
|
"toc-type": "document",
|
||||||
title: "", // makeUniqueTitle will later initialise it to baseTiddlerTitle
|
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: [],
|
list: [],
|
||||||
tags: [],
|
tags: [],
|
||||||
role: this.role,
|
role: this.role,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user