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