From 713d94221f2c078c91e61315e9c90197ab539a15 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 1 Jul 2003 02:57:41 +0000 Subject: [PATCH] changes to get closer to XHTML 1.0 compiance --- lib/WebGUI/Navigation.pm | 2 +- lib/WebGUI/Style.pm | 16 ++++++++-------- lib/WebGUI/URL.pm | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/WebGUI/Navigation.pm b/lib/WebGUI/Navigation.pm index 58d5f3e71..6e25570f8 100644 --- a/lib/WebGUI/Navigation.pm +++ b/lib/WebGUI/Navigation.pm @@ -135,7 +135,7 @@ sub drawVertical { $padding .= "   "; } for ($i=1;$i<=$spacing;$i++) { - $leading .= "
"; + $leading .= "
"; } foreach $pageId (keys %{$tree}) { $output .= $padding.$bullet.' - - + + + '.$style{styleSheet}.$session{page}{metaTags}; if ($session{var}{adminOn}) { # This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression. - $header .= ''; - $header .= ''; - $header .= ''; + $header .= ''; + $header .= ''; + $header .= ''; } if ($session{page}{defaultMetaTags}) { $header .= ''; - $header .= ''; + .', '.$session{setting}{companyName}.'" />'; + $header .= ''; } $header .= ''.$body[0]; diff --git a/lib/WebGUI/URL.pm b/lib/WebGUI/URL.pm index 7d5b9661e..bf56b5460 100644 --- a/lib/WebGUI/URL.pm +++ b/lib/WebGUI/URL.pm @@ -87,7 +87,7 @@ sub append { my ($url); $url = $_[0]; if ($url =~ /\?/) { - $url .= '&'.$_[1]; + $url .= '&'.$_[1]; } else { $url .= '?'.$_[1]; }