Commit 0af7b2aa by Riku Silvola

fix dev mode error

1 parent 66bb4207
Showing with 3 additions and 2 deletions
......@@ -15,7 +15,7 @@
</p>
<!-- </c:if> -->
<br/><br/>
<c:when test="#{sessionHandler.isInDevelopmentMode()}">
<ui:fragment rendered="#{sessionHandler.isInDevelopmentMode()}">
<br/>
<center>
<img src="#{request.contextPath}/resources/media/error.jpg" />
......@@ -23,6 +23,6 @@
<br/>
</center>
<h:outputText escape="false" value="#{errorPageView.stackTrace}" />
</c:when>
</ui:fragment>
</h:body>
</html>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!