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

Skip to content
Snippets Groups Projects
Commit 012fbe3a authored by z3d's avatar z3d
Browse files

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

parent 6eb8cbfa
No related branches found
No related tags found
No related merge requests found
......@@ -1007,8 +1007,7 @@ public class I2PSnarkServlet extends Default {
out.write(_("Add torrent"));
out.write("\" name=\"foo\" ><br>\n");
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("</code>.\n");
out.write(_("You can also copy .torrent files to: {0}", "<code>" + _manager.getDataDir().getAbsolutePath ())) + "</code>.\n";
out.write(_("Removing a .torrent will cause it to stop."));
out.write("<br></span></table>\n");
out.write("</form>\n</span></div>");
......
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