I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f7207689 authored by str4d's avatar str4d
Browse files

Added missing close brackets

parent 1a01f59d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment