mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-06 05:51:30 -08:00
Text-Slicer: Fix issue with single quotes in the base tiddler title
This commit is contained in:
parent
92870c0b2d
commit
293c2fce07
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue