diff options
author | friendica <info@friendica.com> | 2014-02-04 16:06:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-04 16:06:56 -0800 |
commit | 3665bc38ef15137c7d36a12aa13a44c4d0304547 (patch) | |
tree | 7614ab347df65ca0c6712e098ffc555bdee3dc71 /mod/parse_url.php | |
parent | 46b9352a84a684d3e419604824f99105bea1272f (diff) | |
download | volse-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.php | 2 |
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' => ''); |