From 389623572c269f7263165d34e27a0846610986e6 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Tue, 18 Aug 2015 10:32:34 -0400 Subject: [PATCH] "Fix" templates/includes/problem.inc. During testing I noticed that the Problem messages had an extra newline in the ProblemType field. This apparently causes problems for Auto-Graphics' parser, so this commit removes it. Signed-off-by: Jason Stephenson --- templates/includes/problem.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/includes/problem.inc b/templates/includes/problem.inc index 336d4f8..7c221ff 100644 --- a/templates/includes/problem.inc +++ b/templates/includes/problem.inc @@ -1,9 +1,9 @@ [% IF problem.Scheme -%] -[% ELSE -%] +[%- ELSE -%] -[% END -%] +[%- END -%] [%- problem.ProblemType | xml %] [% problem.ProblemDetail | xml %] [% problem.ProblemElement | xml %] -- 2.11.0