Show More
@@ -226,7 +226,7 configitem('notify', 'test', | |||
|
226 | 226 | ) |
|
227 | 227 | |
|
228 | 228 | # template for single changeset can include email headers. |
|
229 | single_template = ''' | |
|
229 | single_template = b''' | |
|
230 | 230 | Subject: changeset in {webroot}: {desc|firstline|strip} |
|
231 | 231 | From: {author} |
|
232 | 232 | |
@@ -239,7 +239,7 description: | |||
|
239 | 239 | # template for multiple changesets should not contain email headers, |
|
240 | 240 | # because only first set of headers will be used and result will look |
|
241 | 241 | # strange. |
|
242 | multiple_template = ''' | |
|
242 | multiple_template = b''' | |
|
243 | 243 | changeset {node|short} in {root} |
|
244 | 244 | details: {baseurl}{webroot}?cmd=changeset;node={node|short} |
|
245 | 245 | summary: {desc|firstline} |
General Comments 0
You need to be logged in to leave comments.
Login now