summaryrefslogtreecommitdiff
path: root/classes/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
committerAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
commit4ab3854aede3882779138d91594b588e1a38c70e (patch)
treefed3e75f57af7365fee88325c8ffd7e3e221c203 /classes/opml.php
parent84b847074ef654a0ab5e49a3f33825e8b6d6c7c8 (diff)
don't generate default.css, replace with themes/light.css as a default root CSS file
Diffstat (limited to 'classes/opml.php')
-rw-r--r--classes/opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/opml.php b/classes/opml.php
index 6982aea27..48db9a8a3 100644
--- a/classes/opml.php
+++ b/classes/opml.php
@@ -24,7 +24,7 @@ class Opml extends Handler_Protected {
print "<html>
<head>
- ".stylesheet_tag("css/default.css")."
+ ".stylesheet_tag("themes/light.css")."
<title>".__("OPML Utility")."</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
</head>