aboutsummaryrefslogtreecommitdiff
path: root/basicConfig/templates/error_message.html
diff options
context:
space:
mode:
Diffstat (limited to 'basicConfig/templates/error_message.html')
-rw-r--r--basicConfig/templates/error_message.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html
index 86f9d29d..da423592 100644
--- a/basicConfig/templates/error_message.html
+++ b/basicConfig/templates/error_message.html
@@ -21,8 +21,8 @@
<div id="alert_area" class="hell" role="application" >
<p th:text="#{gui.errorpage.msg.information}">Error Information</p>
<br/>
- <p><b th:text="#{gui.errorpage.msg.errorcode}">Code :</b> <span th:text="${errorCode}"></span></p>
- <p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${errorCode}__', '__${errorParams}__')}"></span></p>
+ <p><b th:text="#{gui.errorpage.msg.errorcode}">Code :</b> <span th:text="${msg.errorCode}"></span></p>
+ <p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${msg.errorCode}__', '__${msg.errorParams}__')}"></span></p>
</div>
<!-- errorMsg -->
</div>