mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Fix typo in DebugServlet
This commit is contained in:
@@ -198,8 +198,8 @@ public class DebugServlet extends HttpServlet
|
||||
private void printHeader(PrintWriter writer)
|
||||
{
|
||||
writer.append("<html>");
|
||||
writer.append("<head><title>SCM Manaer :: Debugging</title></head>");
|
||||
writer.append("<body><h1>SCM Manaer :: Debugging</h1>");
|
||||
writer.append("<head><title>SCM Manager :: Debugging</title></head>");
|
||||
writer.append("<body><h1>SCM Manager :: Debugging</h1>");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user