1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Bug - fixed typo that broke href.

This commit is contained in:
CaMer0n 2006-12-17 17:26:44 +00:00
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>";
}