mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Bug #3607 - fixed typo that broke href.
This commit is contained in:
parent
2eb384847c
commit
7500419caf
@ -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>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user