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.
2 parents 199ff10 + 08d61cb commit 19b5168Copy full SHA for 19b5168
source/DasBlog.Web.UI/TagHelpers/Comments/CommentGravatarImageTagHelper.cs
@@ -30,6 +30,8 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
30
dasBlogSettings.SiteConfiguration.CommentsGravatarRating, dasBlogSettings.SiteConfiguration.CommentsGravatarSize,
31
dasBlogSettings.SiteConfiguration.CommentsGravatarNoImgPath));
32
33
+ output.Attributes.SetAttribute("alt", "gravatar");
34
+
35
var style = "dbc-comment-gravatar";
36
37
if (!string.IsNullOrEmpty(Css))
0 commit comments