Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Critical
 - 
    1.8
 - 
    None
 
- 
        Unit
 - 
        
 
Description
The following html does not go through the HTML macro (it is html generated by DBListClass but I would say most suggests will have this issue)
{{html wiki=false}}
<pre><input onfocus='new ajaxSuggest(this, { script: "" })' autocomplete='off' id='xx' name='xxx' value='' size='30' type='text'/></pre>
{{/html}}
{{html wiki=false}}
<pre><input onfocus='new ajaxSuggest(this, {script:"/xwiki/bin/view/Main/?xpage=suggest&classname=xxxx&fieldname=related&firCol=-&secCol=-&", varname:"input", seps:"|,"})' autocomplete='off' id='xx' name='xxx' value='' size='30' type='text'/></pre>
{{/html}}