diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-18 13:50:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-18 13:50:32 +0200 |
commit | 4371e6ad97de17e14faabdecf0cd96d23e4d39fe (patch) | |
tree | 471c1457166e36a0a8310ac28763feff2caf9cb9 /include | |
parent | 571b8cc85b3a770f16aed021bb39b889e0275ed6 (diff) | |
parent | f44ca74e9962dd2ae109c854924840b0adb0fc58 (diff) | |
download | volse-hubzilla-4371e6ad97de17e14faabdecf0cd96d23e4d39fe.tar.gz volse-hubzilla-4371e6ad97de17e14faabdecf0cd96d23e4d39fe.tar.bz2 volse-hubzilla-4371e6ad97de17e14faabdecf0cd96d23e4d39fe.zip |
resolve merge conflict
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 0b4f039af..d4d151f2e 100644 --- a/include/text.php +++ b/include/text.php @@ -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); |