diff options
Diffstat (limited to 'mod/parse_url.php')
-rw-r--r-- | mod/parse_url.php | 4 |
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' => ''); |