Changeset 15528 for main/waeup.kofa
- Timestamp:
- 29 Jul 2019, 12:04:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r15526 r15528 1044 1044 pdf_data.append(Spacer(1, 20)) 1045 1045 colWidths = [None] * len(data[0][0]) 1046 pdf_data += [Table(data[0], colWidths=colWidths, style=CONTENT_STYLE)] 1046 pdf_data += [Table(data[0], colWidths=colWidths, style=CONTENT_STYLE, 1047 repeatRows=1)] 1047 1048 # Process title if too long 1048 1049 title = " ".join(view.context.title.split())
Note: See TracChangeset for help on using the changeset viewer.