Closed
Bug 212507
Opened 23 years ago
Closed 20 years ago
Fix domref example 7 example code
Categories
(Documentation Graveyard :: Web Developer, defect)
Documentation Graveyard
Web Developer
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: florian.steinel, Assigned: doronr)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b; MultiZilla v1.4.0.4A) Gecko/20030524
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b; MultiZilla v1.4.0.4A) Gecko/20030524
Here is the fix:
Index: mozilla-org/html/docs/dom/domref/examples.html
===================================================================
RCS file: /cvsroot/mozilla-org/html/docs/dom/domref/examples.html,v
retrieving revision 1.32
diff -u -r1.32 examples.html
--- mozilla-org/html/docs/dom/domref/examples.html 11 Dec 2002 21:53:12 -0000 1.32
+++ mozilla-org/html/docs/dom/domref/examples.html 10 Jul 2003 06:49:12 -0000
@@ -654,7 +654,7 @@
<a name="999244"> </a>
<font face="courier" color="darkgreen"><body onload="respond()"></font>
<a name="999245"> </a>
-<font face="courier" color="darkgreen"><!-Results after clicking on the
button:</font>
+<font face="courier" color="darkgreen"><!-- Results after clicking on the
button:</font>
Reproducible: Always
Steps to Reproduce:
1. goto URL
2. copy and save example 7 to html-file
3. Open in IE
Actual Results:
Got javascript warning
Comment 1•22 years ago
|
||
Dawn (or whoever is in charge of this), I hope you don't mind, I fixed this
while making a few changes to my DOM docs. If you don't like the change feel
free to comment I'll back it out :-)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 2•22 years ago
|
||
reopen. Fabian, did you change the docbook files as well?
html/docs/dom/domref/docbook/
Comment 3•22 years ago
|
||
-> Doron
Assignee: endico → doronr
Status: REOPENED → NEW
Component: webmaster@mozilla.org → Web Developer
Product: mozilla.org → Documentation
Version: other → unspecified
Comment 4•22 years ago
|
||
nope, sorry
Comment 5•20 years ago
|
||
Apparently already fixed.
Status: NEW → RESOLVED
Closed: 22 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•