diff options
author | friendica <info@friendica.com> | 2015-02-12 18:49:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-12 18:49:42 -0800 |
commit | 084ca3f4a16084068a0ab04af651770142324f3a (patch) | |
tree | 056b9ef7c0b53af3cb152bd8e248e9e159bc0766 /mod/item.php | |
parent | da2349bb6a85d13f0aa29046bef3021cf0c884ba (diff) | |
download | volse-hubzilla-084ca3f4a16084068a0ab04af651770142324f3a.tar.gz volse-hubzilla-084ca3f4a16084068a0ab04af651770142324f3a.tar.bz2 volse-hubzilla-084ca3f4a16084068a0ab04af651770142324f3a.zip |
typo
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php index 99d28400b..120b5c66f 100644 --- a/mod/item.php +++ b/mod/item.php @@ -529,6 +529,7 @@ function item_post(&$a) { $body = preg_replace_callback('/\[\$b64url(.*?)\[\/(url)\]/ism','red_unescape_codeblock',$body); $body = preg_replace_callback('/\[\$b64code(.*?)\[\/(code)\]/ism','red_unescape_codeblock',$body); + // fix any img tags that should be zmg $body = preg_replace_callback('/\[img(.*?)\](.*?)\[\/img\]/ism','red_zrlify_img_callback',$body); |