From 81fee4d29dac62ea1098a42c6dbf04f415410132 Mon Sep 17 00:00:00 2001 From: OptimusCrime Date: Thu, 16 Oct 2014 19:11:07 +0200 Subject: [PATCH] Prettified php --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index a34d2124..0df2633e 100755 --- a/index.php +++ b/index.php @@ -89,7 +89,8 @@ if (!isset($_GET['q'])) { // Build string for displaying active rooms $display_string = ''; foreach ($channels as $channel) { - $display_string .= '' . htmlspecialchars(urldecode($channel)) . ''; + $display_string .= '' . + htmlspecialchars(urldecode($channel)) . ''; } // Assign to Smarty