Skip to content

Commit 023eaa2

Browse files
committed
change hide button
1 parent 0a56781 commit 023eaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class_exists('simple_html_dom') || require_once 'simple_html_dom.php';
227227

228228
$html = str_get_html($content, 1, 1, 'UTF-8', false);
229229

230-
$toc = '<div class="toc-index"><div class="toc-title">本文目录</div><span class="toc-toggle">[<a id="content-index-togglelink" href="javascript:content_index_toggleToc()">隐藏</a>]</span><div id="toc-content">';
230+
$toc = '<div class="toc-index"><div class="toc-title">本文目录 <span class="toc-toggle">[<a id="content-index-togglelink" href="javascript:content_index_toggleToc()">隐藏</a>]</span></div><div id="toc-content">';
231231
$toc .= '';
232232
$last_level = 0;
233233
$count_h2 = 0;

0 commit comments

Comments
 (0)