diff options
author | Max Kostikov <max@kostikov.co> | 2019-07-25 12:25:27 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-07-25 12:25:27 +0200 |
commit | 5695350e98a8a2c802ff419c5b29b0f01f0180df (patch) | |
tree | 66fe3d69f857c0e57233dbb848022c61c459b012 /include/zid.php | |
parent | 4e3a0720c3c1dc6906adb055769254d77c740ba3 (diff) | |
download | volse-hubzilla-5695350e98a8a2c802ff419c5b29b0f01f0180df.tar.gz volse-hubzilla-5695350e98a8a2c802ff419c5b29b0f01f0180df.tar.bz2 volse-hubzilla-5695350e98a8a2c802ff419c5b29b0f01f0180df.zip |
Revert "Merge branch 'dev' into 'dev'"
This reverts merge request !1694
Diffstat (limited to 'include/zid.php')
-rw-r--r-- | include/zid.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zid.php b/include/zid.php index fc8a31094..27ef0cefa 100644 --- a/include/zid.php +++ b/include/zid.php @@ -216,9 +216,9 @@ function red_zrl_callback($matches) { if($matches[1] === '#^') $matches[1] = ''; if($zrl) - return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]' . $matches[3]; + return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]'; - return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]' . $matches[3]; + return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]'; } /** |