diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-20 21:52:47 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-20 21:52:50 -0500 |
commit | b6efa3443e8f85804650128aea85d3216e0b4933 (patch) | |
tree | a57d5f0c17833da68b4dbcc58cec35cbfbef29a8 /templates/packages | |
parent | 0a3b9434165f4306a89ff270c92ea04bcc8c12ce (diff) |
Fix template syntax errorrelease_2010-06-20
Whoops, forgot the closing tag when I was playing with autoescape.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/outofdate.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt index 26ab804c..80da23d6 100644 --- a/templates/packages/outofdate.txt +++ b/templates/packages/outofdate.txt @@ -11,4 +11,4 @@ The user provided the following additional text: {{ message }} -{% endif %} +{% endif %}{% endautoescape %} |