X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FSettings.pm;h=d306728dd4088ffba5bdcd6d101dc0b832b751b6;hb=93c59348304cb9ff046b986699d7bbbdae00be46;hp=5e8ecca5fa095ccf0c73fc47d0ca03de9a67b944;hpb=d6e0c8b9fea099b203caa71d40f8ae61996a4f75;p=ndwebbie.git diff --git a/ND/Web/Pages/Settings.pm b/ND/Web/Pages/Settings.pm index 5e8ecca..d306728 100644 --- a/ND/Web/Pages/Settings.pm +++ b/ND/Web/Pages/Settings.pm @@ -24,7 +24,7 @@ use ND::Include; use CGI qw/:standard/; use ND::Web::Include; -our @ISA = qw/ND::Web::XMLPage/; +use base qw/ND::Web::XMLPage/; $ND::Web::Page::PAGES{settings} = __PACKAGE__; @@ -41,7 +41,7 @@ sub render_body { } } my ($css) = $DBH->selectrow_array(q{SELECT css FROM users WHERE uid = $1},undef,$ND::UID); - my @stylesheets = ({Style => ''}); + my @stylesheets = ({Style => ' '}); $css = '' unless defined $css; while (){ if(m{stylesheets/(\w+)\.css}){