1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 14:19:18 +00: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"])."\"