rindentation et correction pour la validit HTML/CSS

darcs-hash:20061115091251-f46e9-e4c56e67d1a8ebf2553d7820299f7522c70c3b7f.gz
This commit is contained in:
gdetrez 2006-11-15 10:12:51 +01:00
parent f4b4826e22
commit 834ddfb647
8 changed files with 319 additions and 310 deletions

View file

@ -130,7 +130,7 @@ class root:
#
def etatImprimante(self):
try:
return {"printer_state" : "<br />".join(crans.impression.etat_imprimante.etat())}
return {"printer_state" : u"\n".join(crans.impression.etat_imprimante.etat())}
except Exception, e:
return {"printer_state" : 'Imprimante hors ligne'}
etatImprimante.exposed = True