Skip to content

Commit bfac183

Browse files
authored
Merge pull request #3331 from TechnologyEnhancedLearning/Develop/Fixes/TD-5666_Test_Failed_Saving_Framework_Description
TD-5666_Test failed for View For Print functionality on the framework's module.
2 parents 332b079 + af1c9d4 commit bfac183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Developer/FrameworkPrintLayout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
if (frameworkCompetencyGroup.Description != null)
5858
{
5959
<p class="nhsuk-lede-text">
60-
@frameworkCompetencyGroup.Description
60+
@Html.Raw(frameworkCompetencyGroup.Description)
6161
</p>
6262
}
6363

0 commit comments

Comments
 (0)