Bug Tracker

Changes between Initial Version and Version 1 of Ticket #11773, comment 7


Ignore:
Timestamp:
05/15/12 20:04:30 (13 months ago)
Author:
dmethvin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11773, comment 7

    initial v1  
    33> to escape HTML (both body text and attributes) 
    44 
    5 What do you mean by that? It's just a string and we're just replacing `< > % " '` without parsing anything. Or are you referring to its use in examples? 
     5What do you mean by that? It's just a string and we're just replacing `< > & " '` without parsing anything. Or are you referring to its use in examples?