I2PSnark: Relocate </code> to its rightful place.

This commit is contained in:
z3d
2010-11-02 13:22:48 +00:00
parent 6eb8cbfacc
commit 012fbe3a45

View File

@ -1007,8 +1007,7 @@ public class I2PSnarkServlet extends Default {
out.write(_("Add torrent")); out.write(_("Add torrent"));
out.write("\" name=\"foo\" ><br>\n"); out.write("\" name=\"foo\" ><br>\n");
out.write("<tr><td>&nbsp;<td><span class=\"snarkAddInfo\">"); out.write("<tr><td>&nbsp;<td><span class=\"snarkAddInfo\">");
out.write(_("You can also copy .torrent files to: {0}", "<code>" + _manager.getDataDir().getAbsolutePath ())); out.write(_("You can also copy .torrent files to: {0}", "<code>" + _manager.getDataDir().getAbsolutePath ())) + "</code>.\n";
out.write("</code>.\n");
out.write(_("Removing a .torrent will cause it to stop.")); out.write(_("Removing a .torrent will cause it to stop."));
out.write("<br></span></table>\n"); out.write("<br></span></table>\n");
out.write("</form>\n</span></div>"); out.write("</form>\n</span></div>");