X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPages%2FSettings.pm;h=d306728dd4088ffba5bdcd6d101dc0b832b751b6;hb=93c59348304cb9ff046b986699d7bbbdae00be46;hp=e7f22311631d27968d0c0834c637f20723563592;hpb=571b019af4b9e3e051447f82135bb630a4fb4db8;p=ndwebbie.git diff --git a/ND/Web/Pages/Settings.pm b/ND/Web/Pages/Settings.pm index e7f2231..d306728 100644 --- a/ND/Web/Pages/Settings.pm +++ b/ND/Web/Pages/Settings.pm @@ -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}){