diff --git a/src/main/java/net/sourceforge/plantuml/servlet/PlantUmlServlet.java b/src/main/java/net/sourceforge/plantuml/servlet/PlantUmlServlet.java index ffdf059..275f119 100644 --- a/src/main/java/net/sourceforge/plantuml/servlet/PlantUmlServlet.java +++ b/src/main/java/net/sourceforge/plantuml/servlet/PlantUmlServlet.java @@ -124,9 +124,9 @@ public class PlantUmlServlet extends HttpServlet { return; } - public void init(ServletConfig config) throws ServletException { - config.getServletContext().setAttribute("cfg", Configuration.get()); - } + public void init(ServletConfig config) throws ServletException { + config.getServletContext().setAttribute("cfg", Configuration.get()); + } private Transcoder getTranscoder() { return TranscoderUtil.getDefaultTranscoder(); diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4385869..bd41ffe 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -32,10 +32,10 @@
This application provides a servlet which serves images created by PlantUML.
-SOCIAL BUTTONS
+This application provides a servlet which serves images created by PlantUML.