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 <jstephenson@mvlc.org>
<Problem>
[% IF problem.Scheme -%]
<ProblemType Scheme="[% problem.Scheme | xml %]">
-[% ELSE -%]
+[%- ELSE -%]
<ProblemType>
-[% END -%]
+[%- END -%]
[%- problem.ProblemType | xml %]</ProblemType>
<ProblemDetail>[% problem.ProblemDetail | xml %]</ProblemDetail>
<ProblemElement>[% problem.ProblemElement | xml %]</ProblemElement>