show tweet buttons on a new line

master
Andrew Dolgov 14 years ago
parent 48a8d154b1
commit 76a46b6b37

@ -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"])."\"

Loading…
Cancel
Save