read categories information from the configuration
[pnews.git] / war / src / main / java / pnews / servlet / HTML.java
index e9aae26..681c84b 100644 (file)
@@ -85,7 +85,7 @@ public class HTML {
                        else
                                cl = null;
                        
-                       appendA(buf, cat.getName(), cat.getURL(), cl);
+                       appendA(buf, cat.getLabel(), cat.getURL(), cl);
                        buf.append("</li>");
                }