Commit 034a04bd authored by Christian Theune's avatar Christian Theune

- made closing </P> lowercase for xml compatibility (#1283)

parent f4b41113
...@@ -10,23 +10,23 @@ ...@@ -10,23 +10,23 @@
</p> </p>
<p> <p>
<strong>Error Type: &dtml-error_type;</strong><br /> <strong>Error Type: &dtml-error_type;</strong><br/>
<strong>Error Value: &dtml-error_value;</strong><br /> <strong>Error Value: &dtml-error_value;</strong><br/>
</P> </p>
<hr noshade="noshade" /> <hr noshade="noshade" />
<p>Troubleshooting Suggestions</p> <p>Troubleshooting Suggestions</p>
<ul> <ul>
<dtml-if "error_type in ('KeyError','NameError')"> <dtml-if "error_type in ('KeyError','NameError')">
<li>This resource may be trying to reference a <li>This resource may be trying to reference a
nonexistent object or variable <strong>&dtml-error_value;</strong>.</li> nonexistent object or variable <strong>&dtml-error_value;</strong>.</li>
</dtml-if> </dtml-if>
<li>The URL may be incorrect.</li> <li>The URL may be incorrect.</li>
<li>The parameters passed to this resource may be incorrect.</li> <li>The parameters passed to this resource may be incorrect.</li>
<li>A resource that this resource relies on may be encountering <li>A resource that this resource relies on may be encountering
an error.</li> an error.</li>
</ul> </ul>
<p>For more detailed information about the error, please <p>For more detailed information about the error, please
......
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