This commit is contained in:
Brandon Dyck 2019-04-28 11:40:41 -06:00
parent fe2baa121f
commit 3fa5ca9e56

View File

@ -3,7 +3,7 @@ package attribute
import "gitlab.codemonkeysoftware.net/b/hatmill" import "gitlab.codemonkeysoftware.net/b/hatmill"
func Accesskey(value rune) hatmill.Attrib { func Accesskey(value rune) hatmill.Attrib {
return hatmill.Attrib { return hatmill.Attrib{
Key: "accesskey", Key: "accesskey",
Value: string([]rune{value}), Value: string([]rune{value}),
} }