From 264b35354369b8ac4458a4def45cc6fd4b59f684 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Fri, 22 Aug 2014 07:56:01 -0400 Subject: [PATCH] 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 --- templates/includes/header.inc | 1 - templates/main.tt | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) 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' -%] -- 2.11.0