From f7207689d52a2c1ab8d1ee26cd15838be7988054 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Wed, 1 Feb 2012 10:47:09 +0000 Subject: [PATCH] Added missing close brackets --- apps/i2ptunnel/jsp/wizard.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 72f32aa8c2..acaf5f065d 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -19,7 +19,7 @@ curPage = 1; } } - if ("Previous page".equals(request.getParameter("action") { + if ("Previous page".equals(request.getParameter("action"))) { curPage = curPage - 2; if (curPage <= 0) { curPage = 1; -- GitLab