Merge pull request #1446 from alphagov/no-n-dvla

Don’t add newlines to DVLA markup view of template
This commit is contained in:
Chris Hill-Scott
2017-08-24 13:58:49 +01:00
committed by GitHub

View File

@@ -162,7 +162,7 @@ def view_template_as_dvla_markup(service_id, template_id):
str(LetterDVLATemplate( str(LetterDVLATemplate(
template, template,
notification_reference=1, notification_reference=1,
)).replace('<cr>', '<cr>\n'), )),
mimetype='text/plain', mimetype='text/plain',
) )