From: Scott Baker Date: Thu, 28 Aug 2014 22:08:56 +0000 (-0700) Subject: eliminate line break between icon and slice name X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2c40f29ec4690d63693b43d03b918cbc3357d710;p=plstackapi.git eliminate line break between icon and slice name --- 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())