This commit is contained in:
zzz
2010-12-05 04:05:20 +00:00
parent 3872cad2fb
commit c94fa6ef17
4 changed files with 10 additions and 4 deletions

View File

@ -384,7 +384,7 @@ public class NetDbRenderer {
}
buf.append("</td></tr>\n");
if (full) {
buf.append("<tr><td>" + _("Stats") + ": <br><code>\n");
buf.append("<tr><td>" + _("Stats") + ": <br><code>");
for (Iterator iter = info.getOptions().keySet().iterator(); iter.hasNext(); ) {
String key = (String)iter.next();
String val = info.getOption(key);