1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

show tweet buttons on a new line

This commit is contained in:
Andrew Dolgov 2010-11-23 11:41:30 +03:00
parent 48a8d154b1
commit 76a46b6b37

View File

@ -4716,7 +4716,7 @@
$short_title = truncate_string(strip_tags($line['title']), 90);
print "<a href=\"http://twitter.com/share\"
print "<br/><a href=\"http://twitter.com/share\"
class=\"twitter-share-button\"
data-text=\"$short_title\"
data-url=\"".htmlspecialchars($line["link"])."\"
@ -5241,7 +5241,7 @@
$short_title = truncate_string(
strip_tags($line['title']), 90);
print "<a href=\"http://twitter.com/share\"
print "<br/><a href=\"http://twitter.com/share\"
class=\"twitter-share-button\"
data-text=\"$short_title\"
data-url=\"".htmlspecialchars($line["link"])."\"