From 86bbe132a9ce73efedebe5ac4d6414bc40ad1f09 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Nov 2011 07:40:31 +1100 Subject: [PATCH] ... --- inc/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/display.php b/inc/display.php index f0c426f8..655aaf22 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 . ' /'; } } }