Mercurial > moin > 1.9
changeset 3752:5cca96861760
WikiConfigHelp: remove "No description provided" text, it's obvious anyway
author | Johannes Berg <johannes AT sipsolutions DOT net> |
---|---|
date | Sun, 22 Jun 2008 01:13:32 +0200 |
parents | 507867abcc19 |
children | 4a18d48f8a85 |
files | MoinMoin/macro/WikiConfigHelp.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/macro/WikiConfigHelp.py Sun Jun 22 01:10:54 2008 +0200 +++ b/MoinMoin/macro/WikiConfigHelp.py Sun Jun 22 01:13:32 2008 +0200 @@ -58,7 +58,7 @@ f.table_cell(1), f.text(name), f.table_cell(0), f.table_cell(1), f.code(1, css="backtick"), f.text(default_txt), f.code(0), f.table_cell(0), ## XXX: translate description? - f.table_cell(1), f.text(description or 'No description provided'), f.table_cell(0), + f.table_cell(1), f.text(description or ''), f.table_cell(0), f.table_row(0), ]) ret.append(f.table(0))