]> ruin.nu Git - ndwebbie.git/blobdiff - ND/Web/Pages/Settings.pm
better to sort by tick
[ndwebbie.git] / ND / Web / Pages / Settings.pm
index e7f22311631d27968d0c0834c637f20723563592..d306728dd4088ffba5bdcd6d101dc0b832b751b6 100644 (file)
@@ -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 (<stylesheets/*.css>){
                if(m{stylesheets/(\w+)\.css}){