From 03edbfe24e99308b8c27363a0b81b96f9fda18a0 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 15 Feb 2010 20:41:46 +0100 Subject: Added single whitespace to separate inline text words. --- plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/PoweredByStatusNet') 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('%s', -- cgit v1.2.3-54-g00ecf