From d5476aa3bc98a17d8c7a5d91ebe6a872a2519896 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 15 Sep 2006 16:49:05 +0000 Subject: [PATCH] Omit leading spaces when including subcomponents. --- web/htdocs/chrome/layout.mc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index c9931bc..d00a496 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ +%# $Id: layout.mc,v 1.2 2006-09-15 16:49:05 mike Exp $ <%args> $debug => undef $title @@ -13,16 +13,16 @@ my $text = $m->scomp($component, %ARGS); <& /chrome/head.mc, title => $title &> - <& /chrome/bannerrow.mc, title => $title &> +<& /chrome/bannerrow.mc, title => $title &>
- <& /chrome/lmenu.mc &> +<& /chrome/lmenu.mc &>

- <& /chrome/menu.mc &> +<& /chrome/menu.mc &> @@ -31,7 +31,7 @@ my $text = $m->scomp($component, %ARGS); - <& /chrome/pmenu.mc &> +<& /chrome/pmenu.mc &>
-- 1.7.10.4