From da31d3c9fb2a18de797e6048aa09e479fd4d7ffa Mon Sep 17 00:00:00 2001 From: chove Date: Mon, 24 Apr 2006 13:12:28 +0200 Subject: [PATCH] premire mise en forme : on met en gras la ligne de titre darcs-hash:20060424111228-4ec08-79b5be4fd44ed4d629f8dc54bed30d293ac54ee8.gz --- wiki/macro/InfosBornes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/macro/InfosBornes.py b/wiki/macro/InfosBornes.py index a406130c..e6e10d20 100755 --- a/wiki/macro/InfosBornes.py +++ b/wiki/macro/InfosBornes.py @@ -28,7 +28,9 @@ def execute(macro, text): code += f.table_row(1) for nom_col in [u"nom",u"hotspot",u"up",u"description",u"clients",u"mac wifi",u"canal",u"uptime",u"x",u"y"]: code += f.table_cell(1) + code += f.strong(1) code += f.text(nom_col) + code += f.strong(0) code += f.table_cell(0) code += f.table_row(0)