bye .jsp part 2

This commit is contained in:
zzz
2010-11-17 22:26:31 +00:00
parent 8a385ffc32
commit 138be42aa5
14 changed files with 56 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ public class ConfigNavHelper extends HelperBase {
public void renderNavBar(String requestURI) throws IOException {
StringBuilder buf = new StringBuilder(1024);
for (int i = 0; i < pages.length; i++) {
String page = "config" + pages[i] + ".jsp";
String page = "config" + pages[i];
if (requestURI.indexOf(page) != -1) {
// we are there
buf.append(_(titles[i]));