Fix response.tt and includes/data.inc issue.
authorJason Stephenson <jason@sigio.com>
Thu, 23 Oct 2014 23:56:45 +0000 (19:56 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 23 Oct 2014 23:56:45 +0000 (19:56 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
templates/includes/data.inc
templates/response.tt

index 1c05de3..cc3f383 100644 (file)
@@ -1,6 +1,4 @@
-<[% type %]>
 [%
     myfile = "includes/$type" _ ".inc";
     INCLUDE $myfile
 -%]
-</[% type %]>
index d400d4e..3b8994b 100644 (file)
@@ -1,3 +1,4 @@
+<[% type %]>
 [% IF header;
       INCLUDE "includes/ResponseHeader.inc";
    END;
@@ -7,3 +8,4 @@
       INCLUDE "includes/problem.inc";
    END;
 -%]
+</[% type %]>