email-gravatar: fix html syntax issues
an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
This commit is contained in:

committed by
Jason A. Donenfeld

parent
5bda21faf4
commit
8ae1d8b8fd
@ -15,7 +15,7 @@ function filter_open(email, page)
|
||||
end
|
||||
|
||||
function filter_close()
|
||||
html("<img src='//www.gravatar.com/avatar/" .. md5 .. "?s=13&d=retro' width=13 height=13 alt='Gravatar' /> " .. buffer)
|
||||
html("<img src='//www.gravatar.com/avatar/" .. md5 .. "?s=13&d=retro' width='13' height='13' alt='Gravatar' /> " .. buffer)
|
||||
return 0
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user