From e7c1850247b48e8446c144d835fe6a4a1a67d9c3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 15 May 2013 23:34:22 +0800 Subject: Bug 821889: Make it so that Splinter shouts loudly when a patch introduces Windows line endings --- extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions/Splinter/template/en') diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index fc4748548..fa6fd8316 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -99,6 +99,7 @@ attachment.isPatch = [% attachment.ispatch ? 1 : 0 %]; attachment.isObsolete = [% attachment.isobsolete ? 1 : 0 %]; attachment.isPrivate = [% attachment.isprivate ? 1 : 0 %]; + attachment.isCRLF = [% attach_is_crlf FILTER none %]; theBug.attachments.push(attachment); [% END %] @@ -129,7 +130,7 @@