Changeset 1324
- Timestamp:
- 02/24/08 11:00:20 (5 months ago)
- Files:
-
- mochikit/trunk/doc/html/MochiKit/DOM.html (modified) (1 diff)
- mochikit/trunk/doc/rst/MochiKit/DOM.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit/trunk/doc/html/MochiKit/DOM.html
r1312 r1324 482 482 <a class="mochidef reference" href="#fn-escapehtml">escapeHTML(s)</a>:</p> 483 483 <blockquote> 484 <p>Make a string safe for HTML, converting the usual suspects ( lt,485 gt, quot, amp)</p>484 <p>Make a string safe for HTML, converting the usual suspects (<tt class="docutils literal"><span class="pre"><</span></tt>, 485 <tt class="docutils literal"><span class="pre">></span></tt>, <tt class="docutils literal"><span class="pre">"</span></tt>, <tt class="docutils literal"><span class="pre">&</span></tt>) to their HTML character entity equivalents.</p> 486 486 <dl class="docutils"> 487 487 <dt><em>Availability</em>:</dt> mochikit/trunk/doc/rst/MochiKit/DOM.rst
r1312 r1324 465 465 :mochidef:`escapeHTML(s)`: 466 466 467 Make a string safe for HTML, converting the usual suspects ( lt,468 gt, quot, amp)467 Make a string safe for HTML, converting the usual suspects (``<``, 468 ``>``, ``"``, ``&``) to their HTML character entity equivalents. 469 469 470 470 *Availability*:
