Skip to content

Commit 6024561

Browse files
author
Warren Buckley
committed
Fix the missing endregion (its a nested one)
Note to self talk with Andy Boot to see if he's OK with a refactor to remove the regions etc
1 parent b0fa53c commit 6024561

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Our.Umbraco.TagHelpers/ImgTagHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
190190
output.Attributes.Add("alt", ImgAlt);
191191
}
192192
#endregion
193+
194+
#endregion
193195
}
194196
else if (!string.IsNullOrEmpty(FileSource))
195197
{

0 commit comments

Comments
 (0)