Changeset 17567
- Timestamp:
- 08/13/08 15:26:56 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/trac/plugins/wlwriter/trunk/wlwriter/xhtmltowiki.py
r17557 r17567 72 72 if mark is ENTER: 73 73 if prelinebreak: 74 texts.append(os.linesep)74 yield mark,(TEXT,'\n',None) 75 75 prelinebreak = False 76 76 texts.append( data[1].get('data','')) … … 389 389 st = HTML(self.bodytoxhtml(xhtml)) |bq|pre|h1|h2|h3|h4|h5|h6|a_img|img\ 390 390 |br|b|i|strong|em|dele|sup|sub|tt|hr|underline|table|ul|ol|dl|word|p|line 391 tradata = st.render(' xhtml',encoding=None)391 tradata = st.render('text',encoding=None) 392 392 393 393 return Markup(tradata).unescape()
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)