Skip to content

Commit

Permalink
Address CssClasses helper warning (#14643)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Nov 6, 2023
1 parent a8ad8ef commit ca4e786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else

<div class="@Orchard.GetWrapperClasses()">
<label asp-for="Html" class="@Orchard.GetLabelClasses()">@Model.TypePartDefinition.DisplayName()</label>
<div class="@Orchard.GetEndCssClasses()">
<div class="@Orchard.GetEndClasses()">
@if (culture.IsRightToLeft())
{
<div style="text-align:right">
Expand Down

0 comments on commit ca4e786

Please sign in to comment.