mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Prettified php
This commit is contained in:
@@ -89,7 +89,8 @@ if (!isset($_GET['q'])) {
|
||||
// Build string for displaying active rooms
|
||||
$display_string = '';
|
||||
foreach ($channels as $channel) {
|
||||
$display_string .= '<a class="channel" href="' . htmlspecialchars($channel) . '">' . htmlspecialchars(urldecode($channel)) . '</a>';
|
||||
$display_string .= '<a class="channel" href="' . htmlspecialchars($channel) . '">' .
|
||||
htmlspecialchars(urldecode($channel)) . '</a>';
|
||||
}
|
||||
|
||||
// Assign to Smarty
|
||||
|
||||
Reference in New Issue
Block a user