Skip to content

Commit

Permalink
Avoid new line
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Sep 8, 2014
1 parent 2d357c4 commit ea9821e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lhc_web/lib/core/lhbbcode/lhbbcode.php
Expand Up @@ -28,7 +28,7 @@ public static function getOutArray() {

if (self::$outArray == null) {
$tpl = new erLhcoreClassTemplate();
$smileys = explode('||', $tpl->fetch('lhbbcode/smiley.tpl.php'));
$smileys = explode('||', str_replace("\n", '', $tpl->fetch('lhbbcode/smiley.tpl.php')));
self::$outArray = $smileys;
}

Expand Down

0 comments on commit ea9821e

Please sign in to comment.