Opened 13 years ago

Closed 13 years ago

#116 closed enhancement (fixed)

Database emails start with a blank line

Reported by: adehnert Owned by:
Priority: minor Milestone: Sometime
Component: Core Version:
Keywords: Cc:
Size: tiny

Description

They shouldn't. In particular, both variants of "Space access updates", as well as the "ASA Startup Application" do. Probably a bunch of others do too.

Change History (1)

comment:1 Changed 13 years ago by adehnert

  • Resolution set to fixed
  • Status changed from new to closed

Fixed:

commit d768e47ec40f91d7b6becd9e064510efd3ff29a0
Author: Alex Dehnert <adehnert@mit.edu>
Date:   Thu May 31 02:29:50 2012 -0400

    Remove blank initial line from DB emails
    
    It turns out that putting a newline between {% autoescape off %}
    and the first line of email text results in an email consisting of a
    blank line followed by the actual text. This removes that newline
    in a bunch of the template emails. Fixes ASA Trac #116.
Note: See TracTickets for help on using tickets.