]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed non-overridable insertion of inline style to links
authorCash Costello <cash.costello@gmail.com>
Sun, 30 Oct 2011 17:06:57 +0000 (13:06 -0400)
committerCash Costello <cash.costello@gmail.com>
Sun, 30 Oct 2011 17:06:57 +0000 (13:06 -0400)
engine/lib/output.php

index 37ebbb4aa1bc088746a70bf0fc79e7a5f1741700..60bcc72cd0b4be9d25911aab3b12653d1ed32715 100644 (file)
@@ -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);