diff options
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 1 insertions, 1 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 |