From 188a95b904436115a840a306232914cd9d7dc532 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 27 Jun 2007 11:50:49 +0000 Subject: [PATCH] Fix XHTML -- tags gor swapped. --- web/htdocs/chrome/layout.mc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index 97412a1..9f32749 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.33 2007-05-03 14:13:44 mike Exp $ +%# $Id: layout.mc,v 1.34 2007-06-27 11:50:49 mike Exp $ <%args> $debug => undef $title @@ -30,16 +30,16 @@ use ZOOM::IRSpy::Utils qw(utf8param isodate xml_encode cql_target cql_quote - - -
-
-

-
-
-

<% xml_encode($title) %>

-
- + +
+

+ + +
+

<% xml_encode($title) %>

+ + + -- 1.7.10.4