Skip to content

Commit 05e6316

Browse files
Update attribute.go
1 parent f83dc00 commit 05e6316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/app/attribute.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ func (a attributes) Set(name string, value any) {
3131
"data",
3232
"download",
3333
"href",
34-
"src":
34+
"src",
35+
"value":
3536
a[name] = v
3637

3738
default:

0 commit comments

Comments
 (0)