diff --git a/serendipity_plugin_twitter/ChangeLog b/serendipity_plugin_twitter/ChangeLog index 3be8ea64..4b00e49c 100644 --- a/serendipity_plugin_twitter/ChangeLog +++ b/serendipity_plugin_twitter/ChangeLog @@ -9,6 +9,10 @@ TODO: * Twitter announcements/credentials etc. per author instead of only per central blog +1.62 +-------------------------- + * Fixed a markup bug for twitter timeline (yellowled) + 1.61 -------------------------- * Adapted backend markup (tweeter_client.inc.php) for 2.0 backend (yellowled) diff --git a/serendipity_plugin_twitter/plugin_version.inc.php b/serendipity_plugin_twitter/plugin_version.inc.php index 29ab3b85..73677e17 100644 --- a/serendipity_plugin_twitter/plugin_version.inc.php +++ b/serendipity_plugin_twitter/plugin_version.inc.php @@ -1,4 +1,4 @@
-
'.$status->user->screen_name.' '.$status->text.'
diff --git a/serendipity_plugin_twitter/tweeter/tweeter_history.inc.php b/serendipity_plugin_twitter/tweeter/tweeter_history.inc.php index 5614256f..9bee8b77 100644 --- a/serendipity_plugin_twitter/tweeter/tweeter_history.inc.php +++ b/serendipity_plugin_twitter/tweeter/tweeter_history.inc.php @@ -5,8 +5,10 @@ if (IN_serendipity !== true) { ?> -
\ No newline at end of file +'; + } +?>