mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
update changelog
This commit is contained in:
parent
f49d87a2f1
commit
705406deb9
2 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
- Added help section to parsedown parser.
|
||||
- Added more information to the dev help page.
|
||||
- Added templating! It works the way you'd expect it to in Mediawiki.
|
||||
- Help section ids now show to the right of the help section headers by default.
|
||||
|
||||
## Changed
|
||||
- Improved appearance of the all pages list.
|
||||
|
|
|
@ -50,7 +50,6 @@ register_module([
|
|||
|
||||
foreach($help_sections as $index => $section)
|
||||
{
|
||||
|
||||
// Todo add a button that you can click to get a permanent link
|
||||
// to this section.
|
||||
$content .= "<h2 id='$index' class='help-section-header'>" . $section["title"] . "</h2>\n";
|
||||
|
|
Loading…
Reference in a new issue