Changeset 2157

Show
Ignore:
Timestamp:
04/04/07 04:16:40 (2 years ago)
Author:
athomas
Message:

S5Plugin:

Remove markup from HTML title.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • s5plugin/0.10/s5/s5.py

    r1871 r2157  
    6565                if match.lastgroup == 'title': 
    6666                    title = match.group(match.lastgroup) 
    67                     title_html = htmlify(title) 
     67                    html_title = htmlify(title) 
     68                    title = html_title.plaintext() 
    6869                    in_section = 1 
    6970                else: