Changeset 13817 for main/waeup.kofa
- Timestamp:
- 8 Apr 2016, 10:45:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py
r13619 r13817 1 # -*- coding: utf-8 -*- 1 2 ## $Id$ 2 3 ## … … 117 118 - just replace newlines by <br> tags 118 119 """ 120 if u'₦' in html: 121 html = html.replace(u'₦', u'NGN') 119 122 if '</' in html: 120 123 html = html.replace('</div>', '</div><br />')
Note: See TracChangeset for help on using the changeset viewer.