summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-23 11:41:30 +0300
committerAndrew Dolgov <[email protected]>2010-11-23 11:41:30 +0300
commit76a46b6b37985039cec4a295fd24092f64e80365 (patch)
treea7d8af5477c57dfaf99d226fbf4d13492fa6d001 /functions.php
parent48a8d154b1a0828d96aae94a41747911476dcc72 (diff)
show tweet buttons on a new line
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 98e4c688b..c20ae3a3d 100644
--- a/functions.php
+++ b/functions.php
@@ -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"])."\"