Remove extra whitespace in English readme; fix a couple of validation errors.

This commit is contained in:
z3d
2009-08-18 12:45:33 +00:00
parent 2cba48d4d7
commit ea7a9c259f
4 changed files with 8 additions and 10 deletions

View File

@ -24,7 +24,7 @@ if (System.getProperty("router.consoleNonce") == null) {
<jsp:useBean class="net.i2p.router.web.ConfigUpdateHelper" id="updatehelper" scope="request" />
<jsp:setProperty name="updatehelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<br><i><jsp:getProperty name="updatehelper" property="newsStatus" /></i><br>
<hr><i><jsp:getProperty name="updatehelper" property="newsStatus" /></i><br>
</div><div class="main" id="main">
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
<% fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "docs/readme.html"); %>