mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Fix strings
This commit is contained in:
parent
04d306acb0
commit
81bf71c872
3 changed files with 9 additions and 3 deletions
|
|
@ -3654,7 +3654,7 @@ function insert_toc($id, $part_1 = null, $part_2 = null)
|
|||
return $result;
|
||||
}
|
||||
|
||||
// Automatically add toc in x paragraph
|
||||
// Automatically add toc after x paragraph
|
||||
function automatic_toc($content, $id)
|
||||
{
|
||||
$pos = config('toc.position');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue