Browse Source

Merged from stable branch: added missing quote

pallo 24 years ago
parent
commit
ba8de35359
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/signout.php

+ 1 - 1
src/signout.php

@@ -48,7 +48,7 @@
 <?php
    if ($theme_css != '') {
 ?>
-<LINK REL="stylesheet" TYPE=text/css" HREF="<?php echo $theme_css ?>">
+<LINK REL="stylesheet" TYPE="text/css" HREF="<?php echo $theme_css ?>">
 <?php
    }
 ?>