From cb238428af6bf5d35994f66529d5cf31e71669cf Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 18 Feb 2013 17:44:28 -0500 Subject: [PATCH] TPAC: Let there be HTML5 Stop living the lie that we're pretending to be XHTML Transitional and embrace HTML5. And save a whole bunch of bytes right off the bat! Also, use a valid language/locale identifier--we need hyphens instead of underscores. Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/base.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index c7175b69ee..f1a5ee003d 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -1,7 +1,7 @@ - - + + - + [% IF ctx.refresh %] [% ELSIF ctx.authtime %] -- 2.11.0