From: Jason Stephenson Date: Tue, 18 Aug 2015 14:32:34 +0000 (-0400) Subject: "Fix" templates/includes/problem.inc. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=389623572c269f7263165d34e27a0846610986e6;p=working%2FNCIPServer.git "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 --- 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 %]