forked from I2P_Developers/i2p.i2p
Removed some unnecessary <hr>s
This commit is contained in:
@ -651,7 +651,7 @@ public class SummaryHelper extends HelperBase {
|
|||||||
// display all the time so we display the final failure message, and plugin update messages too
|
// display all the time so we display the final failure message, and plugin update messages too
|
||||||
String status = UpdateHandler.getStatus();
|
String status = UpdateHandler.getStatus();
|
||||||
if (status.length() > 0) {
|
if (status.length() > 0) {
|
||||||
buf.append("<h4>").append(status).append("</h4><hr>\n");
|
buf.append("<h4>").append(status).append("</h4>\n");
|
||||||
}
|
}
|
||||||
if (updateAvailable() || unsignedUpdateAvailable()) {
|
if (updateAvailable() || unsignedUpdateAvailable()) {
|
||||||
if ("true".equals(System.getProperty(UpdateHandler.PROP_UPDATE_IN_PROGRESS))) {
|
if ("true".equals(System.getProperty(UpdateHandler.PROP_UPDATE_IN_PROGRESS))) {
|
||||||
@ -684,7 +684,7 @@ public class SummaryHelper extends HelperBase {
|
|||||||
.append(_("Download Unsigned<br>Update {0}", getUnsignedUpdateVersion()))
|
.append(_("Download Unsigned<br>Update {0}", getUnsignedUpdateVersion()))
|
||||||
.append("</button><br>\n");
|
.append("</button><br>\n");
|
||||||
}
|
}
|
||||||
buf.append("</form><hr>\n");
|
buf.append("</form>\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
@ -739,7 +739,6 @@ public class SummaryHelper extends HelperBase {
|
|||||||
}
|
}
|
||||||
if (buf.length() <= 0)
|
if (buf.length() <= 0)
|
||||||
return "";
|
return "";
|
||||||
buf.append("<hr>");
|
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user