Issue 919759
Created on 2004-03-19 20:12 by anonymous, last changed 2004-03-19 20:12 by anonymous.
msg1149 |
Author: [hidden] (anonymous) |
Date: 2004-03-19 20:12 |
|
In the default install of roundup 0.6.4, all
automatically generated issue e-mails have the
signature's first horizontal line on the same line as
the message, which looks bad.
I added an extra newline at the beginning of the
signature, and that fixed the problem.
Checking roundup 0.6.7, the problem is still there.
Please change line 379 from
return '%s\n%s\n<%s>\n%s'%(line, email, web, line)
to
return '\n%s\n%s\n<%s>\n%s'%(line, email, web, line)
alex@cif.rochester.edu
|
|
Date |
User |
Action |
Args |
2004-03-19 20:12:33 | anonymous | create | |
|