Changeset 7835
- Timestamp:
- 11 Mar 2012, 15:57:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py
r7819 r7835 180 180 # Add br tag if widgets contain div tags 181 181 # which are not supported by reportlab 182 f_text = f_text.replace('</div>', '<br /></div>') 182 f_text = f_text.replace('</div>', '</div><br />') 183 f_text = f_text.replace('\n', '') 183 184 f_text = Paragraph(f_text, style["Normal"]) 184 185 data.append([f_label,f_text])
Note: See TracChangeset for help on using the changeset viewer.