diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/output.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/lib/output.php b/engine/lib/output.php index 37ebbb4aa..60bcc72cd 100644 --- a/engine/lib/output.php +++ b/engine/lib/output.php @@ -34,7 +34,7 @@ function parse_urls($text) {  				$url = trim($url, \'.\');  			}  			$urltext = str_replace("/", "/<wbr />", $url); -			return "<a href=\"$url\" style=\"text-decoration:underline;\">$urltext</a>$period"; +			return "<a href=\"$url\">$urltext</a>$period";  		'  	), $text); | 
