From 7a5684f4753deaac0f92223f89ad7d3e9ac2db9c Mon Sep 17 00:00:00 2001 From: lace <> Date: Sun, 5 Feb 2006 11:15:47 +0000 Subject: [PATCH] Fixed stale reference to missing: Index.css --- product/hotelgate/Index.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/product/hotelgate/Index.pm b/product/hotelgate/Index.pm index d3fd3f9..7a772ce 100644 --- a/product/hotelgate/Index.pm +++ b/product/hotelgate/Index.pm @@ -40,9 +40,7 @@ HERE sub handler { Wrequire 'product::hotelgate::Lib'; -my $W=product::hotelgate::Lib->init( - "css_push"=>"./Index.css", - ); +my $W=product::hotelgate::Lib->init(); my $ListItem=product::Lib->name_to_hashref("hotelgate"); -- 1.8.3.1