Skip to content

Commit e41ce89

Browse files
authored
Merge pull request #32 from TechnologyEnhancedLearning/Dev/Fixes/TD-2191
TD-2191 removed malformed label from legend
2 parents fa05a65 + 64b98ea commit e41ce89

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • NHSUKViewComponents.Web/Views/Shared/Components/RadioList

NHSUKViewComponents.Web/Views/Shared/Components/RadioList/Default.cshtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
}
2020
else
2121
{
22-
<label class="nhsuk-fieldset__heading">
23-
@Model.Label
24-
</label>
22+
@Model.Label
2523
}
2624
</legend>
2725

0 commit comments

Comments
 (0)