From 7735c34215e733bbe7e66a2c504d3baaf5694436 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 12 Sep 2011 09:10:23 -0400 Subject: [PATCH] Remove no-longer-necessary DTD override in vandelay Also, since vandelay was the only code using this hacked-in override option, remove the option from the base template. Signed-off-by: Bill Erickson --- Open-ILS/src/templates/base.tt2 | 6 +----- Open-ILS/src/templates/vandelay/vandelay.tt2 | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/base.tt2 b/Open-ILS/src/templates/base.tt2 index 8a7d682ebf..b26a9524d4 100644 --- a/Open-ILS/src/templates/base.tt2 +++ b/Open-ILS/src/templates/base.tt2 @@ -1,8 +1,4 @@ -[%- ctx.final_dtd = -'' -%] -[%- IF !ctx.dtd; ctx.dtd = ctx.final_dtd; END -%] -[% ctx.dtd %] - + [% ctx.page_title %] diff --git a/Open-ILS/src/templates/vandelay/vandelay.tt2 b/Open-ILS/src/templates/vandelay/vandelay.tt2 index 17750281af..6e7c849d47 100644 --- a/Open-ILS/src/templates/vandelay/vandelay.tt2 +++ b/Open-ILS/src/templates/vandelay/vandelay.tt2 @@ -1,6 +1,5 @@ [% WRAPPER 'base.tt2' %] [% ctx.page_title = 'MARC Import/Export' %] -[% ctx.dtd = '' %] -- 2.11.0