diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-15 20:41:46 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-15 20:41:46 +0100 |
commit | 03edbfe24e99308b8c27363a0b81b96f9fda18a0 (patch) | |
tree | 2088809735df33bcf79ad3c57bd055acee94634e /plugins | |
parent | 73e2264c6aa7c1fa3a6e4b63f41b210af3c50597 (diff) |
Added single whitespace to separate inline text words.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php b/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php index 14d1608d3..fb4eff738 100644 --- a/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php +++ b/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php @@ -45,6 +45,7 @@ class PoweredByStatusNetPlugin extends Plugin { function onEndAddressData($action) { + $action->text(' '); $action->elementStart('span', 'poweredby'); $action->raw(sprintf(_m('powered by %s'), sprintf('<a href="http://status.net/">%s</a>', |