forked from I2P_Developers/i2p.i2p
Rename _() for translation to _t() for Java 9 compatibility (ticket #1456)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<jsp:setProperty name="oldhelper" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" />
|
||||
<% oldhelper.storeWriter(out); %>
|
||||
<jsp:setProperty name="oldhelper" property="full" value="<%=request.getParameter(\"f\")%>" />
|
||||
<h1><%=intl._("I2P Router Statistics")%></h1>
|
||||
<h1><%=intl._t("I2P Router Statistics")%></h1>
|
||||
<div class="main" id="main">
|
||||
<jsp:getProperty name="oldhelper" property="stats" />
|
||||
<hr></div></body></html>
|
||||
|
Reference in New Issue
Block a user