diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php index c8c1788a..3d0e507b 100644 --- a/codepot/src/codepot/views/project_home.php +++ b/codepot/src/codepot/views/project_home.php @@ -12,6 +12,13 @@ + + + + + + + @@ -125,6 +134,10 @@ foreach ($urls as $url) } ?> +
+
+
+
diff --git a/codepot/src/codepot/views/wiki_show.php b/codepot/src/codepot/views/wiki_show.php index 4daa57dd..125cedc8 100644 --- a/codepot/src/codepot/views/wiki_show.php +++ b/codepot/src/codepot/views/wiki_show.php @@ -8,6 +8,13 @@ + + + + + + + <?=htmlspecialchars($wiki->name)?> @@ -18,13 +25,14 @@ $hexname = $this->converter->AsciiToHex ($wiki->name);