diff -r 52017732bc20 -r f6454d5fec7a includes/wikiengine/Render/Xhtml/Url.php --- a/includes/wikiengine/Render/Xhtml/Url.php Wed Jul 11 15:36:01 2007 -0400 +++ b/includes/wikiengine/Render/Xhtml/Url.php Wed Jul 11 15:56:18 2007 -0400 @@ -100,9 +100,15 @@ } // generate a regular link (not an image) - $text = $this->textEncode($text); + // $text = $this->textEncode($text); $css = $this->formatConf(' class="%s"', "css_$type"); $output = "/is', $text) ) + { + $output .= ' style="background-image: none; padding-right: 0;"'; + } if ($target) { // use a "popup" window. this is XHTML compliant, suggested by