From 0251885a8d2bfb1ffdfa8b119f937e7b34c8f631 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Jun 2010 22:40:43 -0500 Subject: Fix autoescape in plain text emails Signed-off-by: Dan McGee --- templates/packages/outofdate.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'templates/packages/outofdate.txt') diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt index abe3a738..26ab804c 100644 --- a/templates/packages/outofdate.txt +++ b/templates/packages/outofdate.txt @@ -1,8 +1,6 @@ +{% autoescape off %}* Note: this is an automated message -* Note: this is an automated message - -{{ email }} wants to notify you that the following package may be out -of date: +{{ email }} wants to notify you that the following package may be out of date: Package Name: {{ pkg.pkgname }} Architecture: {{ pkg.arch.name }} @@ -14,4 +12,3 @@ The user provided the following additional text: {{ message }} {% endif %} - -- cgit v1.2.3-54-g00ecf