go fmt
This commit is contained in:
parent
fe2baa121f
commit
3fa5ca9e56
@ -3,7 +3,7 @@ package attribute
|
||||
import "gitlab.codemonkeysoftware.net/b/hatmill"
|
||||
|
||||
func Accesskey(value rune) hatmill.Attrib {
|
||||
return hatmill.Attrib {
|
||||
return hatmill.Attrib{
|
||||
Key: "accesskey",
|
||||
Value: string([]rune{value}),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user