mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Bug #3607 - fixed typo that broke href.
This commit is contained in:
@@ -22,5 +22,5 @@ if ($parm && $parm != 'external' && strpos($parm, ' ') === FALSE)
|
|||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return "<a class='bbcode' href='".$tp -> toAttribute($link_text)."'".$external.">".$code_text."</a>";
|
return "<a class='bbcode' href='".$tp -> toAttribute($code_text)."'".$external.">".$code_text."</a>";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user