repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 7c175aba9a6951163692de551185739c2e7ef2d4:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 7c175aba9a6951163692de551185739c2e7ef2d4
Author: epoch 
Date:   Sat Jun 1 08:44:17 2024 +0000

    typo in CSS. double-quote in the wrong spot.

diff --git a/media/assets/webui/themes/default.css b/media/assets/webui/themes/default.css
index bb063d27ca95368593a5a83671db593aaac8cd6d..
index ..bdd62653ecb0263b866a5cd686bb0cfc2cc550e9 100644
--- a/media/assets/webui/themes/default.css
+++ b/media/assets/webui/themes/default.css
@@ -1235,7 +1235,7 @@ ui-spinner .loading-text {
   -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
   animation: loading-text-opacity 2s linear 0s infinite normal;
   color: #ffffff;
-  font-family: "Helvetica Neue, "Helvetica", ""arial";
+  font-family: "Helvetica Neue", "Helvetica", "arial";
   font-size: 10px;
   font-weight: bold;
   margin-top: 45px;

-----END OF PAGE-----