From 2b3cc585a24cbdf97e8e2382752297bc4f725e12 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Dec 2014 14:43:06 -0800 Subject: fix double encoding of homepage in profile activity - not as straight-forward as it looked --- include/text.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 6516d734d..cd34fd88d 100644 --- a/include/text.php +++ b/include/text.php @@ -884,6 +884,7 @@ function linkify($s) { return($s); } + /** * @function sslify($s) * Replace media element using http url with https to a local redirector if using https locally -- cgit v1.2.3