Skip to content

Commit f09c02b

Browse files
author
Daniel Jacinto
committed
nit.
1 parent 07b85d1 commit f09c02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/ExtensionMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static HtmlString ShowLabelFor<TModel, TProperty>(this HtmlHelper<TModel>
124124
return html.LabelFor(expression, labelText, new
125125
{
126126
id = $"{propertyName}-label",
127-
@class = "control-label required"
127+
@class = "required"
128128
});
129129
}
130130
else

0 commit comments

Comments
 (0)