Changeset 1324

Show
Ignore:
Timestamp:
02/24/08 11:00:20 (5 months ago)
Author:
bob@redivi.com
Message:

#287

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/trunk/doc/html/MochiKit/DOM.html

    r1312 r1324  
    482482<a class="mochidef reference" href="#fn-escapehtml">escapeHTML(s)</a>:</p> 
    483483<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">&lt;</span></tt>
     485<tt class="docutils literal"><span class="pre">&gt;</span></tt>, <tt class="docutils literal"><span class="pre">&quot;</span></tt>, <tt class="docutils literal"><span class="pre">&amp;</span></tt>) to their HTML character entity equivalents.</p> 
    486486<dl class="docutils"> 
    487487<dt><em>Availability</em>:</dt> 
  • mochikit/trunk/doc/rst/MochiKit/DOM.rst

    r1312 r1324  
    465465:mochidef:`escapeHTML(s)`: 
    466466 
    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. 
    469469 
    470470    *Availability*: