Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/genhelp.py

    r028ca92 r1cef55f  
    6565
    6666    # Actually normalize whitespace
    67     if 'pre' not in tag.attrib:
    68         tag.text = normalize(tag.text)
     67    tag.text = normalize(tag.text)
    6968    tag.tail = normalize(tag.tail)
    7069
Note: See TracChangeset for help on using the changeset viewer.