From e346aa7560b93d1e5a331fa4ad9b16c70fe83ef7 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 8 Feb 2014 12:08:07 -0800 Subject: that's better --- include/items.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/items.php b/include/items.php index 88b258604..efc2322d5 100755 --- a/include/items.php +++ b/include/items.php @@ -159,6 +159,8 @@ function red_zrl_callback($matches) { if($r) $zrl = true; } + if($matches[1] === '#^') + $matches[1] = ''; if($zrl) return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]'; return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]'; -- cgit v1.2.3