diff --git a/atom-to-html.xsl b/atom-to-html.xsl index f32d59983..79ce42891 100644 --- a/atom-to-html.xsl +++ b/atom-to-html.xsl @@ -9,7 +9,7 @@ <xsl:value-of select="atom:title"/> - + diff --git a/classes/handler/public.php b/classes/handler/public.php index fb8560a79..6d8e0ae19 100755 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -523,7 +523,7 @@ class Handler_Public extends Handler { <?php echo __("Share with Tiny Tiny RSS") ?> Tiny Tiny RSS Database Updater - + - ".stylesheet_tag("css/default.css")." + ".stylesheet_tag("themes/light.css")." ".__("OPML Utility")." diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index ab52918a7..ac16b5971 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -674,12 +674,12 @@ class Pref_Prefs extends Handler_Protected { $themes = array_filter($themes, "theme_exists"); asort($themes); - if (!theme_exists($value)) $value = "default.php"; + if (!theme_exists($value)) $value = ""; print "