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 199ff10 commit 08d61cbCopy full SHA for 08d61cb
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