Ignore:
Timestamp:
10 Apr 2012, 17:20:54 (12 years ago)
Author:
Henrik Bettermann
Message:

Do not break part-time and full-time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py

    r8091 r8095  
    111111        principal.
    112112        """
    113         doc_title = '\n'.join([x.strip() for x in self.title.split('-')])
     113        doc_title = '\n'.join([x.strip() for x in self.title.split(' - ')])
    114114        style = getSampleStyleSheet()
    115115        data = []
Note: See TracChangeset for help on using the changeset viewer.