diff --git a/index.php b/index.php index 73b5cc0..275fd69 100755 --- a/index.php +++ b/index.php @@ -616,8 +616,8 @@ switch($_GET["action"]) $title = "Credits - $sitename"; $content = "

$sitename credits

$sitename is powered by Pepperminty Wiki - An entire wiki packed inside a single file.

-

Pepperminty wiki was built by Starbeamrainbowlabs

-

Pepperminty wiki uses slimdown by Johnny Broadway, which can be found on github.

+

This wiki is powered by Pepperminty Wiki, which was built by Starbeamrainbowlabs, and can be found on github.

+

A slightly modified version of slimdown is used to parse text source into HTML. Slimdown is by Johnny Broadway, which can be found on github.

The default favicon is from Open Clipart by bluefrog23, and can be found here.

"; exit(renderpage($title, $content)); break;