aboutsummaryrefslogtreecommitdiffstats
path: root/mod/parse_url.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-04 16:06:56 -0800
committerfriendica <info@friendica.com>2014-02-04 16:06:56 -0800
commit3665bc38ef15137c7d36a12aa13a44c4d0304547 (patch)
tree7614ab347df65ca0c6712e098ffc555bdee3dc71 /mod/parse_url.php
parent46b9352a84a684d3e419604824f99105bea1272f (diff)
downloadvolse-hubzilla-3665bc38ef15137c7d36a12aa13a44c4d0304547.tar.gz
volse-hubzilla-3665bc38ef15137c7d36a12aa13a44c4d0304547.tar.bz2
volse-hubzilla-3665bc38ef15137c7d36a12aa13a44c4d0304547.zip
bookmarking
Diffstat (limited to 'mod/parse_url.php')
-rw-r--r--mod/parse_url.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/parse_url.php b/mod/parse_url.php
index c206c24ec..340e1a67e 100644
--- a/mod/parse_url.php
+++ b/mod/parse_url.php
@@ -252,7 +252,7 @@ function parse_url_content(&$a) {
logger('parse_url: ' . $url);
- $template = $br . '[url=%s]%s[/url]%s' . $br;
+ $template = $br . '#^[url=%s]%s[/url]%s' . $br;
$arr = array('url' => $url, 'text' => '');