From 95dcb0ee57412c5d8b8920ca1dabb49527f0d991 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Mon, 18 May 2020 12:15:32 +0200
Subject: [PATCH] fix theme selector

---
 src/uncategorized/options.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 31bd7df827b..5f15c9cc769 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -736,7 +736,7 @@ This save was created using FC version $ver build $releaseID.
 
 	<p>
 		UI theme selector. Allows to select a single CSS file to be loaded. <span class="red">The file has to be located in the same directory as the HTML file otherwise it will simply not load at all.</span>
-		<<includeDOM App.UI.Theme.selector(), "themeSelector">>
+		<<includeDOM App.UI.Theme.selector()>>
 	</p>
 
 	<<set _options = new App.UI.OptionsGroup()>>
-- 
GitLab