Commit 3cffb52c authored by Aurel's avatar Aurel

xhtml: the exception in error_value is callable and evaluated, prevent it when rendering page

parent 1e9c69f9
Pipeline #21923 failed with stage
in 0 seconds
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<p i18n:translate="">An error was encountered while publishing this resource.</p> <p i18n:translate="">An error was encountered while publishing this resource.</p>
<p> <p>
<strong i18n:translate="">Error Type: <span tal:replace="options/error_type" i18n:name="error_type" /></strong><br /> <strong i18n:translate="">Error Type: <span tal:replace="options/error_type" i18n:name="error_type" /></strong><br />
<strong i18n:translate="">Error Value: <span tal:replace="options/error_value" i18n:name="error_value" /></strong><br /> <strong i18n:translate="">Error Value: <span tal:replace="string:options/error_value" i18n:name="error_value" /></strong><br />
</p> </p>
<hr noshade="noshade" /> <hr noshade="noshade" />
<p i18n:translate="">Troubleshooting Suggestions</p> <p i18n:translate="">Troubleshooting Suggestions</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment