aboutsummaryrefslogtreecommitdiffstats
path: root/mod/parse_url.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-04 00:48:45 -0700
committerFriendika <info@friendika.com>2011-09-04 00:48:45 -0700
commit9ff1a3444e9029c94541a7c84f0ed5ba764adef3 (patch)
tree67e131f721979a80268e947886514d8fbc9c1641 /mod/parse_url.php
parent59a6a04e26bf6baec4b7ad62419e9d335db249df (diff)
downloadvolse-hubzilla-9ff1a3444e9029c94541a7c84f0ed5ba764adef3.tar.gz
volse-hubzilla-9ff1a3444e9029c94541a7c84f0ed5ba764adef3.tar.bz2
volse-hubzilla-9ff1a3444e9029c94541a7c84f0ed5ba764adef3.zip
add timezone convert module, several other minor or in progress fixes
Diffstat (limited to 'mod/parse_url.php')
-rw-r--r--mod/parse_url.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/parse_url.php b/mod/parse_url.php
index 9bb0bc464..b10d11c4b 100644
--- a/mod/parse_url.php
+++ b/mod/parse_url.php
@@ -119,6 +119,8 @@ function parse_url_content(&$a) {
$text = '<br /><br /><blockquote>' . $text . '</blockquote><br />';
}
+ $title = str_replace("\n",'',$title);
+
echo sprintf($template,$url,($title) ? $title : $url,$text);
killme();
}