From: Jason Stephenson Date: Fri, 22 Aug 2014 11:56:01 +0000 (-0400) Subject: Remove some extra whitespace in responses. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=264b35354369b8ac4458a4def45cc6fd4b59f684;p=working%2FNCIPServer.git Remove some extra whitespace in responses. 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 --- diff --git a/templates/includes/header.inc b/templates/includes/header.inc index 4ac79c5..caa38cc 100644 --- a/templates/includes/header.inc +++ b/templates/includes/header.inc @@ -1,3 +1,2 @@ - diff --git a/templates/main.tt b/templates/main.tt index 011b210..35b5e51 100644 --- a/templates/main.tt +++ b/templates/main.tt @@ -1,5 +1,3 @@ -[% INCLUDE 'includes/header.inc' %] - -[% content %] - -[% INCLUDE 'includes/footer.inc' %] +[% INCLUDE 'includes/header.inc' -%] +[% content -%] +[% INCLUDE 'includes/footer.inc' -%]