Commit 0af7b2aa by Riku Silvola

fix dev mode error

1 parent 66bb4207
Showing with 3 additions and 2 deletions
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</p> </p>
<!-- </c:if> --> <!-- </c:if> -->
<br/><br/> <br/><br/>
<c:when test="#{sessionHandler.isInDevelopmentMode()}"> <ui:fragment rendered="#{sessionHandler.isInDevelopmentMode()}">
<br/> <br/>
<center> <center>
<img src="#{request.contextPath}/resources/media/error.jpg" /> <img src="#{request.contextPath}/resources/media/error.jpg" />
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
<br/> <br/>
</center> </center>
<h:outputText escape="false" value="#{errorPageView.stackTrace}" /> <h:outputText escape="false" value="#{errorPageView.stackTrace}" />
</c:when> </ui:fragment>
</h:body> </h:body>
</html> </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!