Fixing the hint markup for the Settings resource debug mode site setting

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-11-09 16:02:03 -08:00
parent 48f803b082
commit 02130aa530

View File

@@ -33,6 +33,6 @@
<div>
<label for="SiteDebugMode">@T("Resource Debug Mode")</label>
@Html.DropDownList("ResourceDebugMode", resourceDebugMode)
<p>@T("Determines whether scripts and stylesheets load in their debuggable or minified form.")</p>
<span class="hint">@T("Determines whether scripts and stylesheets load in their debuggable or minified form.")</span>
</div>
</fieldset>