Fix undeclared variable in Content\Text\BBCode
This commit is contained in:
parent
029df40b87
commit
ee380c3149
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ class BBCode
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
$headline .= '<br /><b>' . html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8');
|
$headline = '<br /><b>' . html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8');
|
||||||
$headline .= L10n::t('<a href="%1$s" target="_blank">%2$s</a> %3$s', $link, $userid, $posted);
|
$headline .= L10n::t('<a href="%1$s" target="_blank">%2$s</a> %3$s', $link, $userid, $posted);
|
||||||
$headline .= ":</b><br />";
|
$headline .= ":</b><br />";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue