aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-02-05 13:43:16 +0100
committermarijus <mario@localhost.localdomain>2014-02-05 13:43:16 +0100
commit9e993bb4fd7e6ff6ba44586479371c163ee6aad8 (patch)
treed3754aa1d251308eb6178fe4ab138463ceaaf135 /include/text.php
parent4253581733d4c6c7f0dce5c3ea7566c6af4af936 (diff)
parent0844110f7b154a0fb5102362fe732c2b091222d7 (diff)
downloadvolse-hubzilla-9e993bb4fd7e6ff6ba44586479371c163ee6aad8.tar.gz
volse-hubzilla-9e993bb4fd7e6ff6ba44586479371c163ee6aad8.tar.bz2
volse-hubzilla-9e993bb4fd7e6ff6ba44586479371c163ee6aad8.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index dc7d94b6d..266d8952b 100755
--- a/include/text.php
+++ b/include/text.php
@@ -604,7 +604,7 @@ function get_tags($s) {
// bookmarks
- if(preg_match_all('/#\^\[(url|zrl)=(.*?)\](.*?)\[\/(url|zrl)\]/',$s,$match,PREG_SET_ORDER)) {
+ if(preg_match_all('/#\^\[(url|zrl)(.*?)\](.*?)\[\/(url|zrl)\]/',$s,$match,PREG_SET_ORDER)) {
foreach($match as $mtch) {
$ret[] = $mtch[0];
}