From 02130aa53078307e1d5c09e8d278b7855b197b1d Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Tue, 9 Nov 2010 16:02:03 -0800 Subject: [PATCH] Fixing the hint markup for the Settings resource debug mode site setting --HG-- branch : dev --- .../EditorTemplates/Parts/Settings.SiteSettingsPart.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Settings/Views/EditorTemplates/Parts/Settings.SiteSettingsPart.cshtml b/src/Orchard.Web/Core/Settings/Views/EditorTemplates/Parts/Settings.SiteSettingsPart.cshtml index 911c048ff..54b425f75 100644 --- a/src/Orchard.Web/Core/Settings/Views/EditorTemplates/Parts/Settings.SiteSettingsPart.cshtml +++ b/src/Orchard.Web/Core/Settings/Views/EditorTemplates/Parts/Settings.SiteSettingsPart.cshtml @@ -33,6 +33,6 @@
@Html.DropDownList("ResourceDebugMode", resourceDebugMode) -

@T("Determines whether scripts and stylesheets load in their debuggable or minified form.")

+ @T("Determines whether scripts and stylesheets load in their debuggable or minified form.")
\ No newline at end of file