summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/install.php b/public/install.php
index e83b74eb8..672bb4418 100644
--- a/public/install.php
+++ b/public/install.php
@@ -555,6 +555,7 @@ case 5:
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0">
<title><?php echo _t ('freshrss_installation'); ?></title>
+ <link rel="stylesheet" type="text/css" media="all" href="theme/fallback.css" />
<link rel="stylesheet" type="text/css" media="all" href="theme/global.css" />
<link rel="stylesheet" type="text/css" media="all" href="theme/freshrss.css" />
</head>