I2PSnark: Fix Rate tag. Spotted by mixxy.

This commit is contained in:
z3d
2010-11-10 14:53:15 +00:00
parent b323408cee
commit 83ae568d38

View File

@@ -288,7 +288,8 @@ public class I2PSnarkServlet extends Default {
out.write("</th>\n<th align=\"center\">");
out.write("<img border=\"0\" src=\"/themes/console/images/inbound.png\" title=\"");
out.write(_("Down Rate"));
out.write("\">Rate");
out.write("\">");
out.write(_("Rate"));
out.write("</th>\n<th align=\"center\">");
out.write("<img border=\"0\" src=\"/themes/console/images/outbound.png\" title=\"");
out.write(_("Up Rate"));