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 @@

{{ board.url }} - {{ board.name }}

{% if board.title %}{{ board.title }}{% endif %}

{% if mod %}Return to dashboard{% endif %}

- +
{{ hidden_inputs }} @@ -146,7 +146,7 @@
- [{% trans %}Return{% endtrans %}] + [{% trans %}Return{% endtrans %}] {{ boardlist.bottom }}

Powered by Tinyboard {{ config.version }} | Tinyboard Copyright © 2010-2011 Tinyboard Development Group