Skip to content

Commit

Permalink
Update shoutbox.tpl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
karrak1 committed Oct 2, 2021
1 parent 291af47 commit d2a2aae
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 @@ -55,7 +55,7 @@ function render_shoutbox($info) {
echo '<span class="m-l-5">#'.$item['shout_id'].'</span>';
echo '</div>';

echo '<div class="shoutbox-message word-break">'.$item['message'].'</div>';
echo '<div class="shoutbox-message">'.$item['message'].'</div>';
echo '</div>';
}
echo '</div>';
Expand Down

0 comments on commit d2a2aae

Please sign in to comment.