Skip to content

Commit 0a10cb9

Browse files
author
Warren Buckley
authored
Fix the whitespace that did not need changing
1 parent d8ef262 commit 0a10cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Our.Umbraco.TagHelpers/ImgTagHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
209209
output.Attributes.Add("alt", ImgAlt);
210210
}
211211
#endregion
212-
213-
#region If width & height are not defined then return a basic <img> with just a src, alt & class (if provided)
212+
213+
#region If width & height are not defined then return a basic <img> with just a src, alt & class (if provided)
214214
if (ImgWidth == 0 || ImgHeight == 0)
215215
{
216216
output.Attributes.Add("src", FileSource);

0 commit comments

Comments
 (0)