Skip to content

Commit

Permalink
Console: Fix first row of version info not selectable (ticket #2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz committed Sep 7, 2019
1 parent 8eda9ab commit e03a946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/routerconsole/jsp/logs.jsp
Expand Up @@ -23,8 +23,9 @@
</td></tr>
</tbody></table>

<h3 class="tabletitle"><%=intl._t("I2P Version and Running Environment")%></h3><a name="version"> </a>
<h3 class="tabletitle" id="version"><%=intl._t("I2P Version and Running Environment")%></h3>
<table id="enviro"><tbody>
<tr><td><!-- fix for first row not being selected --></td></tr>
<tr><td><b>I2P version:</b></td><td><%=net.i2p.router.RouterVersion.FULL_VERSION%></td></tr>
<tr><td><b>Java version:</b></td><td><%=System.getProperty("java.vendor")%> <%=System.getProperty("java.version")%> (<%=System.getProperty("java.runtime.name")%> <%=System.getProperty("java.runtime.version")%>)</td></tr>
<jsp:useBean class="net.i2p.router.web.helpers.LogsHelper" id="logsHelper" scope="request" />
Expand Down

0 comments on commit e03a946

Please sign in to comment.