forked from I2P_Developers/i2p.i2p
HTML validation fixes
This commit is contained in:
@@ -158,7 +158,7 @@ ${book.loadBookMessages}
|
||||
</td><td class="names">
|
||||
<span class="addrhlpr"><a href="details?h=${addr.name}" title="<%=intl._("More information on this entry")%>"><%=intl._("details")%></a></span>
|
||||
</td>
|
||||
<td class="destinations"><textarea rows="1" style="height:3em;whitespace:nowrap" cols="40" readonly="readonly" name="dest_${addr.name}" >${addr.destination}</textarea></td>
|
||||
<td class="destinations"><textarea rows="1" style="height:3em;" wrap="off" cols="40" readonly="readonly" name="dest_${addr.name}" >${addr.destination}</textarea></td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
</table>
|
||||
@@ -190,7 +190,7 @@ ${book.loadBookMessages}
|
||||
<table><tr><td>
|
||||
<b><%=intl._("Host Name")%></b></td><td><input type="text" name="hostname" value="${book.hostname}" size="54">
|
||||
</td></tr><tr><td>
|
||||
<b><%=intl._("Destination")%></b></td><td><textarea name="destination" rows="1" style="height:3em;whitespace:nowrap" cols="70" spellcheck="false">${book.destination}</textarea>
|
||||
<b><%=intl._("Destination")%></b></td><td><textarea name="destination" rows="1" style="height:3em" wrap="off" cols="70" spellcheck="false">${book.destination}</textarea>
|
||||
</td></tr></table>
|
||||
<p class="buttons">
|
||||
<input class="cancel" type="reset" value="<%=intl._("Cancel")%>" >
|
||||
|
Reference in New Issue
Block a user