Skip to content

Commit

Permalink
Update shoutbox.tpl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Oct 26, 2021
1 parent d126b25 commit 4353516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infusions/shoutbox_panel/templates/shoutbox.tpl.php
Expand Up @@ -58,7 +58,7 @@ function render_shoutbox($info) {
echo '</div>';

if (!user_blacklisted($item['user_id'])) {
echo '<div class="shoutbox-message">'.$item['message'].'</div>';
echo '<div class="shoutbox-message word-break">'.$item['message'].'</div>';
} else {
echo '<div class="shoutbox-message blocked">'.$locale['SB_blocked_user'].'</div>';
}
Expand Down

0 comments on commit 4353516

Please sign in to comment.