Reordered /home summarybar, added <hr> after update download button

This commit is contained in:
str4d
2012-06-01 01:21:57 +00:00
parent ef06fc758c
commit b23414eab1
2 changed files with 5 additions and 5 deletions

View File

@ -651,7 +651,7 @@ public class SummaryHelper extends HelperBase {
.append(_("Download Unsigned<br>Update {0}", getUnsignedUpdateVersion()))
.append("</button><br>\n");
}
buf.append("</form>\n");
buf.append("</form><hr>\n");
}
}
return buf.toString();