From 66600ed2f855f11af256abfd624eb771f3352c66 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 25 Dec 2013 04:06:26 -0800 Subject: try again --- include/text.php | 2 +- mod/sslify.php | 15 +++++++++++++++ view/tpl/oembed_video.tpl | 6 +++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/include/text.php b/include/text.php index 38f24c6b2..8b71fbddf 100755 --- a/include/text.php +++ b/include/text.php @@ -1195,7 +1195,7 @@ function prepare_body(&$item,$attach = false) { $s .= format_filer($item); -// $s = sslify($s); + $s = sslify($s); // Look for spoiler diff --git a/mod/sslify.php b/mod/sslify.php index 951a201ea..84afec6dc 100644 --- a/mod/sslify.php +++ b/mod/sslify.php @@ -1,6 +1,21 @@ - -
+ + +
-- cgit v1.2.3