diff --git a/inc/display.php b/inc/display.php index 655aaf22..f0c426f8 100644 --- a/inc/display.php +++ b/inc/display.php @@ -36,7 +36,7 @@ if(($key = array_search($board, $list)) && gettype($key) == 'string') { $body .= ' ' . $key . ' /'; } else { - $body .= ' ' . $board . ' /'; + $body .= ' ' . $board . ' /'; } } } diff --git a/templates/thread.html b/templates/thread.html index 01063c1b..4f865206 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -32,7 +32,7 @@
{% if mod %}Return to dashboard{% endif %}
Powered by Tinyboard {{ config.version }} | Tinyboard Copyright © 2010-2011 Tinyboard Development Group