Added missing close brackets

This commit is contained in:
str4d
2012-02-01 10:47:09 +00:00
parent 1a01f59d53
commit f7207689d5

View File

@@ -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;