fixups after prop

This commit is contained in:
zzz
2012-03-04 02:48:47 +00:00
parent 2b81cee653
commit a0a9c23bcd
4 changed files with 7 additions and 8 deletions

View File

@@ -10,5 +10,5 @@
}
%>
<jsp:useBean class="net.i2p.router.web.CSSHelper" id="intl" scope="request" />
<jsp:setProperty name="intl" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<jsp:setProperty name="intl" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" />
<%@include file="xhr1.jsi" %>