https://www.icyphoenix.com/viewtopic.php?f=35&t=878&p=7281#p7281
-----------------------------------
Zuker
Fri 12 Jan, 2007 16:59

Re: Anonym Links
-----------------------------------
maybe adding in this line of bbcode.php?


[code]			$html = '<a' . ($this->allow_styling && isset($item['params']['class']) ? '' : ' class="post-url"') . ' href="' . htmlspecialchars($url) . '"' . ($url_local ? '' : ' target="_blank"') . $this->add_extras($item['params'], $extras) . '>';[/code]


