From 56046b11a6ad51c69b72ffffe5d95ce206e64931 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 30 Oct 2011 13:06:57 -0400 Subject: removed non-overridable insertion of inline style to links --- engine/lib/output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("/", "/", $url); - return "$urltext$period"; + return "$urltext$period"; ' ), $text); -- cgit v1.2.3