aboutsummaryrefslogtreecommitdiffstats
path: root/mod/parse_url.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-22 19:57:55 -0700
committerfriendica <info@friendica.com>2012-10-22 19:57:55 -0700
commit88be2eaaae55c79111d5e209eb823e6fd1e64f9c (patch)
treef151f2b60253cdbcb5c2adfbd852119168f25f47 /mod/parse_url.php
parent21578fd0b0003c5e5304ef786c6975c204d42b7b (diff)
downloadvolse-hubzilla-88be2eaaae55c79111d5e209eb823e6fd1e64f9c.tar.gz
volse-hubzilla-88be2eaaae55c79111d5e209eb823e6fd1e64f9c.tar.bz2
volse-hubzilla-88be2eaaae55c79111d5e209eb823e6fd1e64f9c.zip
don't need 'bookmark' - keep it simple
Diffstat (limited to 'mod/parse_url.php')
-rw-r--r--mod/parse_url.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/parse_url.php b/mod/parse_url.php
index 9adee8f65..14b920b23 100644
--- a/mod/parse_url.php
+++ b/mod/parse_url.php
@@ -264,9 +264,9 @@ function parse_url_content(&$a) {
logger('parse_url: ' . $url);
if($textmode)
- $template = $br . '[bookmark=%s]%s[/bookmark]%s' . $br;
+ $template = $br . '[url=%s]%s[/url]%s' . $br;
else
- $template = "<br /><a class=\"bookmark\" href=\"%s\" >%s</a>%s<br />";
+ $template = "<br /><a href=\"%s\" >%s</a>%s<br />";
$arr = array('url' => $url, 'text' => '');