Merge branch '1.10RC' of https://github.com/redmatrix/hubzilla into 1.10RC_merge

This commit is contained in:
redmatrix 2016-07-18 22:34:16 -07:00
commit eac35c05e9

View File

@ -687,7 +687,7 @@ function get_tags($s) {
// ignore anything in a code block
$s = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$s);
$s = preg_replace('/\[code(.*?)\](.*?)\[\/code\]/sm','',$s);
// ignore anything in [style= ]
$s = preg_replace('/\[style=(.*?)\]/sm','',$s);