From 2c40f29ec4690d63693b43d03b918cbc3357d710 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Thu, 28 Aug 2014 15:08:56 -0700 Subject: [PATCH] eliminate line break between icon and slice name --- planetstack/core/xoslib/objects/plus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetstack/core/xoslib/objects/plus.py b/planetstack/core/xoslib/objects/plus.py index f183f33..5f2e2f3 100644 --- a/planetstack/core/xoslib/objects/plus.py +++ b/planetstack/core/xoslib/objects/plus.py @@ -18,5 +18,5 @@ class PlusObjectMixin: if (self.enacted is not None) and self.enacted >= self.updated: return '' % self.getBackendIcon() else: - return '
' % (self.backend_status, self.getBackendIcon()) + return '' % (self.backend_status, self.getBackendIcon()) -- 2.43.0