diff options
Diffstat (limited to 'html/help.tmpl')
| -rw-r--r-- | html/help.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/help.tmpl b/html/help.tmpl index 7a9c601..2989164 100644 --- a/html/help.tmpl +++ b/html/help.tmpl @@ -154,7 +154,7 @@ document.write(tree); <?% IF data.size > 1 %?> <table summary="" width="100%"> <?% FOREACH zeile = data %?> - <?% IF debug;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?> + <?% IF verbose;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?> <tr<?% " class='two'" IF loop.count mod 2 == 0 %?>> <?% short=zeile.0;long=zeile.1;modul=zeile.2;desc=zeile.3 %?> <?% IF allow(long) %?> |
