From 62d11a3ca460b3c3f6e7d57e05e3eca67f902726 Mon Sep 17 00:00:00 2001
From: "T. Todua" <7117978+ttodua@users.noreply.github.com>
Date: Sun, 31 Jan 2021 18:23:31 +0400
Subject: [PATCH 1/6] Update index.php
---
index.php | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/index.php b/index.php
index 0249d49..f743b25 100644
--- a/index.php
+++ b/index.php
@@ -1467,10 +1467,10 @@ function parseSize($size)
if (file_exists($theme))
// an external stylesheet exists - import it
- echo "", PHP_EOL;
+ echo ($inline_resources ? '' : "". PHP_EOL);
else
// only use the default stylesheet if an external one does not exist
- echo "", PHP_EOL;
+ echo ($inline_resources ? '' : "". PHP_EOL);
// HTML: output help text, then exit
if(isset($_GET['help']))
@@ -1514,8 +1514,12 @@ function parseSize($size)
{
//- Javascript include
?>
-
+
+
+
+
+