summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/docs/errors.html10
-rw-r--r--share/templates/en_US/error_messages.cfg10
2 files changed, 10 insertions, 10 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html
index 45b5dee..ab73fbc 100755
--- a/htdocs/docs/errors.html
+++ b/htdocs/docs/errors.html
@@ -651,11 +651,11 @@
<dd><div class="ve mid-247">
<p>
The sequence &lt;FOO /&gt; can be interpreted in at least two different
- ways, depending on the DOCTYPE of the document. For HTML 4.01 and earlier,
- the '/' terminates the tag &lt;FOO (with an implied '&gt;'). However,
- since many browsers don't interpret it this way, even in the presence of
- a "Strict" DOCTYPE, it is best to avoid it completely in pure HTML
- documents and reserve its use solely for those written in XHTML.
+ ways, depending on the DOCTYPE of the document. For example for HTML 4.01
+ and earlier, the '/' terminates the tag &lt;FOO (with an implied '&gt;').
+ However, since many browsers don't interpret it this way, even in the
+ presence of a "strict" DOCTYPE, it is best to avoid it completely in pure
+ HTML documents and reserve its use solely for those written in XHTML.
</p>
</div>
<p>
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index b58dcae..4cc68f6 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -1225,11 +1225,11 @@
<div class="ve mid-247">
<p>
The sequence &lt;FOO /&gt; can be interpreted in at least two different
- ways, depending on the DOCTYPE of the document. For HTML 4.01 and earlier,
- the '/' terminates the tag &lt;FOO (with an implied '&gt;'). However,
- since many browsers don't interpret it this way, even in the presence of
- a "Strict" DOCTYPE, it is best to avoid it completely in pure HTML
- documents and reserve its use solely for those written in XHTML.
+ ways, depending on the DOCTYPE of the document. For example for HTML 4.01
+ and earlier, the '/' terminates the tag &lt;FOO (with an implied '&gt;').
+ However, since many browsers don't interpret it this way, even in the
+ presence of a "strict" DOCTYPE, it is best to avoid it completely in pure
+ HTML documents and reserve its use solely for those written in XHTML.
</p>
</div>
.EOF.