From 6af93402ca72e807883a79c2c21835636ba4bb06 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 23 Oct 2014 19:56:45 -0400 Subject: [PATCH] Fix response.tt and includes/data.inc issue. Signed-off-by: Jason Stephenson --- templates/includes/data.inc | 2 -- templates/response.tt | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/includes/data.inc b/templates/includes/data.inc index 1c05de3..cc3f383 100644 --- a/templates/includes/data.inc +++ b/templates/includes/data.inc @@ -1,6 +1,4 @@ -<[% type %]> [% myfile = "includes/$type" _ ".inc"; INCLUDE $myfile -%] - diff --git a/templates/response.tt b/templates/response.tt index d400d4e..3b8994b 100644 --- a/templates/response.tt +++ b/templates/response.tt @@ -1,3 +1,4 @@ +<[% type %]> [% IF header; INCLUDE "includes/ResponseHeader.inc"; END; @@ -7,3 +8,4 @@ INCLUDE "includes/problem.inc"; END; -%] + -- 2.43.2