Skip to content

Commit c88aee3

Browse files
author
Warren Buckley
authored
More fixes to whitespace stuff
1 parent 0a10cb9 commit c88aee3

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,9 +209,9 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
209209
output.Attributes.Add("alt", ImgAlt);
210210
}
211211
#endregion
212-
212+
213213
#region If width & height are not defined then return a basic <img> with just a src, alt & class (if provided)
214-
if (ImgWidth == 0 || ImgHeight == 0)
214+
if (ImgWidth == 0 || ImgHeight == 0)
215215
{
216216
output.Attributes.Add("src", FileSource);
217217

0 commit comments

Comments
 (0)