diff --git a/index.php b/index.php index 275fd69..fa3c583 100755 --- a/index.php +++ b/index.php @@ -615,8 +615,7 @@ switch($_GET["action"]) case "credits": $title = "Credits - $sitename"; $content = "

$sitename credits

-

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

-

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

+

$sitename is powered by Pepperminty Wiki - An entire wiki packed inside a single file, 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));