X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fxoslib%2Fobjects%2Fplus.py;h=5f2e2f36d1c2903644c3b247e0ae421d60b7632c;hb=2c40f29ec4690d63693b43d03b918cbc3357d710;hp=f183f3316aca8452e07eaf880d7ae8c980d6c9c0;hpb=00363ea5e69c142a9f5b5690c313d30a843e6918;p=plstackapi.git 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())