From a0831dca3c087658a689bae102e2040a90c48d2e Mon Sep 17 00:00:00 2001 From: Luca Milanesio <luca.milanesio@gmail.com> Date: Fri, 08 Nov 2013 10:53:52 -0500 Subject: [PATCH] Allows the home root link top-left anchor to be customised. --- src/main/java/com/gitblit/RobotsTxtServlet.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/gitblit/RobotsTxtServlet.java b/src/main/java/com/gitblit/RobotsTxtServlet.java index d66ebf4..dfc06b5 100644 --- a/src/main/java/com/gitblit/RobotsTxtServlet.java +++ b/src/main/java/com/gitblit/RobotsTxtServlet.java @@ -27,9 +27,9 @@ /** * Handles requests for robots.txt - * + * * @author James Moger - * + * */ public class RobotsTxtServlet extends HttpServlet { @@ -38,7 +38,7 @@ public RobotsTxtServlet() { super(); } - + @Override protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException { -- Gitblit v1.9.1