clean up more urls and POST self-references

This commit is contained in:
zzz
2010-11-19 15:23:25 +00:00
parent f0ac96cab1
commit 166f378f2f
12 changed files with 17 additions and 17 deletions

View File

@ -30,7 +30,7 @@ public class StatsGenerator {
public void generateStatsPage(Writer out, boolean showAll) throws IOException {
StringBuilder buf = new StringBuilder(16*1024);
buf.append("<div class=\"joblog\"><form action=\"/stats\">");
buf.append("<div class=\"joblog\"><form action=\"\">");
buf.append("<select name=\"go\" onChange='location.href=this.value'>");
out.write(buf.toString());
buf.setLength(0);