We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e620f commit d63d3aaCopy full SHA for d63d3aa
DigitalLearningSolutions.Web/Views/Frameworks/Developer/FrameworkPrintLayout.cshtml
@@ -28,7 +28,7 @@
28
<h1>
29
@Model.DetailFramework.FrameworkName
30
</h1>
31
- @if (!String.IsNullOrEmpty(Model.DetailFramework.Description))
+ @if (!String.IsNullOrEmpty(Model.DetailFramework.Description.Trim()))
32
{
33
<div class="nhsuk-card">
34
<div class="nhsuk-card__content">
0 commit comments