forked from I2P_Developers/i2p.i2p
i2psnark: html fix
This commit is contained in:
@@ -4193,11 +4193,11 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
MetaInfo meta = snark.getMetaInfo();
|
||||
if (meta == null)
|
||||
return;
|
||||
buf.append("<div id=\"snarkCommentSection\"><table class=\"snarkTorrentInfo\">\n")
|
||||
buf.append("<div id=\"snarkCommentSection\"><table class=\"snarkTorrentInfo\">\n");
|
||||
//.append("<tr><th colspan=\"5\">")
|
||||
//.append(_t("Edit Torrent"))
|
||||
//.append("</th>")
|
||||
.append("</tr>");
|
||||
//.append("</tr>");
|
||||
boolean isRunning = !snark.isStopped();
|
||||
if (isRunning) {
|
||||
// shouldn't happen
|
||||
|
Reference in New Issue
Block a user