diff options
author | friendica <info@friendica.com> | 2013-12-25 04:06:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-25 04:06:26 -0800 |
commit | 66600ed2f855f11af256abfd624eb771f3352c66 (patch) | |
tree | 4616337b28e23e1edffb4232c92f09159c49ceb3 /include | |
parent | 6c0a3f31bb00defeacf9f1534d6e4b6cdc323c0c (diff) | |
download | volse-hubzilla-66600ed2f855f11af256abfd624eb771f3352c66.tar.gz volse-hubzilla-66600ed2f855f11af256abfd624eb771f3352c66.tar.bz2 volse-hubzilla-66600ed2f855f11af256abfd624eb771f3352c66.zip |
try again
Diffstat (limited to 'include')
-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 |