Ignore:
File:
1 edited

Legend:

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

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