From 797d7afc3e3e406e4fb3687057fc127362e48452 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 30 Jul 2025 08:47:50 -0400 Subject: [PATCH] fix incorrect resource reference --- .../wwwroot/Themes/Templates/External/Client/ThemeInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Server/wwwroot/Themes/Templates/External/Client/ThemeInfo.cs b/Oqtane.Server/wwwroot/Themes/Templates/External/Client/ThemeInfo.cs index 5517a501..4dea5a8f 100644 --- a/Oqtane.Server/wwwroot/Themes/Templates/External/Client/ThemeInfo.cs +++ b/Oqtane.Server/wwwroot/Themes/Templates/External/Client/ThemeInfo.cs @@ -17,7 +17,7 @@ namespace [Owner].Theme.[Theme] Resources = new List() { // obtained from https://cdnjs.com/libraries - new Script(Constants.BootstrapStylesheetUrl, Constants.BootstrapStylesheetIntegrity, "anonymous"), + new StyleSheet(Constants.BootstrapStylesheetUrl, Constants.BootstrapStylesheetIntegrity, "anonymous"), new Resource { ResourceType = ResourceType.Stylesheet, Url = "~/Theme.css" }, new Script(Constants.BootstrapScriptUrl, Constants.BootstrapScriptIntegrity, "anonymous")