summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/templates/en_US/error_messages.cfg9
1 files changed, 7 insertions, 2 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index 06e6377..de4e2de 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -1730,9 +1730,14 @@
verbose <<.EOF.
<div class="ve mid-404">
<p>
- If you wish to include the "&lt;" character in your output, you should escape it as "&amp;lt;".
- Another possibility is that you forgot to close quotes in a previous tag.
+ This message may appear in several cases:
</p>
+ <ul>
+ <li>You tried to include the "&lt;" character in your page: you should escape it as "&amp;lt;"</li>
+ <li>You used an unescaped ampersand "&amp;": this may be valid in some contexts,
+ but it is recommended to use "&amp;amp;", which is always safe.</li>
+ <li>Another possibility is that you forgot to close quotes in a previous tag.</li>
+ </ul>
</div>
.EOF.
</msg>