mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +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
|
||||
{
|
||||
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