Closed
Bug 272393
Opened 20 years ago
Closed 20 years ago
: should be ;
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mats.lindblad, Unassigned)
References
()
Details
Index: mozilla-org/html/docs/dom/domref/dom_range_ref21.html
===================================================================
RCS file: /cvsroot/mozilla-org/html/docs/dom/domref/dom_range_ref21.html,v
retrieving revision 1.3
diff -u -r1.3 dom_range_ref21.html
--- mozilla-org/html/docs/dom/domref/dom_range_ref21.html 11 Dec 2002 21:52:46
-0000 1.3
+++ mozilla-org/html/docs/dom/domref/dom_range_ref21.html 30 Nov 2004 11:05:53 -0000
@@ -77,7 +77,7 @@
<td><font face="courier" color="darkgreen"><pre class="Preformatted">
<font face="courier" color="darkgreen">range = document.createRange();</font>
<a name="1003066"> </a>
-<font face="courier" color="darkgreen">newNode =
document.createElement("p"):</font>
+<font face="courier" color="darkgreen">newNode =
document.createElement("p");</font>
<a name="1003067"> </a>
<font face="courier"
color="darkgreen">newNode.appendChild(document.createTextNode("New Node Inserted
Here"));</font>
<a name="1003068"> </a>Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 1•20 years ago
|
||
By the way ... <font face="courier" color="darkgreen"> ... seriously, "<font>"-tags??
Comment 2•20 years ago
|
||
There is another bug about that.
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•