typo
[pnews.git] / war / src / main / java / pnews / servlet / HTML.java
index e9aae26..ad0c24a 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>");
                }
                
@@ -116,7 +116,7 @@ public class HTML {
                        try {
                                 append(buf, e);
                         } catch (UnsupportedEncodingException e1) {
-                                LOG.log(Level.SEVERE, "fail to convert article to HTML", e1);
+                                LOG.log(Level.SEVERE, "Failed to convert article to HTML", e1);
                         }
                        if (i == 100)
                                break;