Fix HTML error on /configservice

This commit is contained in:
zzz
2016-10-20 17:15:51 +00:00
parent 38c9cb98a9
commit be9f7dbf6e

View File

@ -51,7 +51,7 @@
</div>
<%
}
if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %>
if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) {
%>
<h3><%=intl._t("Run on startup")%></h3>
<p><%=intl._t("You can control whether I2P is run on startup or not by selecting one of the following options - I2P will install (or remove) a service accordingly.")%>