Ignore:
Timestamp:
2016-09-21T02:48:14Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
35401cd
Parents:
7e4f439c
Message:

doc: some 'chat list' related help improvements

File:
1 edited

Legend:

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

    r7e4f439c 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.