mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
don't generate default.css, replace with themes/light.css as a default root CSS file
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user