mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +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({
|
||||
"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,
|
||||
|
Loading…
Reference in New Issue
Block a user