Add some - in the main.tt to strip trailing whitespace.
Also remove an extra blank line from the bottom of templates/
includes/header.inc.
Signed-off-by: Jason Stephenson <jason@sigio.com>
<?xml version = '1.0' encoding='UTF-8'?>
<NCIPMessage version='http://www.niso.org/schemas/ncip/v2_02/ncip_v2_02.xsd' xmlns='http://www.niso.org/2008/ncip'>
-
-[% INCLUDE 'includes/header.inc' %]
-
-[% content %]
-
-[% INCLUDE 'includes/footer.inc' %]
+[% INCLUDE 'includes/header.inc' -%]
+[% content -%]
+[% INCLUDE 'includes/footer.inc' -%]