mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 10:04:32 +02:00
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:
parent
5bda21faf4
commit
8ae1d8b8fd
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue