diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-30 12:01:42 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-30 12:01:42 -0700 |
commit | 9b20ccfd7e19ff8624db6132a17c81def33d8022 (patch) | |
tree | 27fe8dacb305fc0e2343e43f2d89202d60894cd8 /engine/lib/output.php | |
parent | 3f9abf384029bf3fc899be2eead4e3121d20e331 (diff) | |
parent | edec092e1aa616561063214a66620f9b6852875d (diff) | |
download | elgg-9b20ccfd7e19ff8624db6132a17c81def33d8022.tar.gz elgg-9b20ccfd7e19ff8624db6132a17c81def33d8022.tar.bz2 |
Merge branch 'master' of github.com:Elgg/Elgg
Diffstat (limited to 'engine/lib/output.php')
-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); |