diff --git a/articles/Sidebar.md b/articles/Sidebar.md index b9d8e4b..1f303ff 100755 --- a/articles/Sidebar.md +++ b/articles/Sidebar.md @@ -1,4 +1,4 @@ -# Basics +##### Basics - [[Home]] - [[Getting Started]] @@ -7,7 +7,7 @@ - [[User scripts]] - [[User themes]] -## Hacker +##### Hacker - [[Scripting with spmenu]] - [[Functions in spmenu_run]] diff --git a/index.php b/index.php index 2d4da0e..42c3c9c 100755 --- a/index.php +++ b/index.php @@ -184,8 +184,10 @@ function toHTML($inText) { $prefix = ""; $caption = $matches[2][$i]; $suffix = substr_replace($prefix, "/", 1, 0); + /* $outHTML = str_replace("$prefix$caption$suffix", "$prefix$caption$suffix", $outHTML); + */ } return $outHTML;