Merge branch '1.10RC' of https://github.com/redmatrix/hubzilla into 1.10RC_merge
This commit is contained in:
commit
eac35c05e9
@ -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);
|
||||
|
Reference in New Issue
Block a user