fix #1894 encode url
This commit is contained in:
parent
bdc7c1fded
commit
19e83d640b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</jsp:include>
|
||||
|
||||
<div id="content" class="content-wrapper">
|
||||
<iframe id="contentFrame" src="<%=request.getContextPath()%>${serverPath}/_plugin/kopf/" seamless></iframe>
|
||||
<iframe id="contentFrame" src="<%=request.getContextPath()%>${serverPath}<%= response.encodeURL("/_plugin/kopf/") %>" seamless></iframe>
|
||||
</div>
|
||||
|
||||
<jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>
|
||||
|
|
Loading…
Add table
Reference in a new issue