mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 19:16:32 +00:00
update x dependencies
This commit is contained in:
2
vendor/golang.org/x/net/html/foreign.go
generated
vendored
2
vendor/golang.org/x/net/html/foreign.go
generated
vendored
@@ -23,7 +23,7 @@ func adjustForeignAttributes(aa []Attribute) {
|
||||
}
|
||||
switch a.Key {
|
||||
case "xlink:actuate", "xlink:arcrole", "xlink:href", "xlink:role", "xlink:show",
|
||||
"xlink:title", "xlink:type", "xml:base", "xml:lang", "xml:space", "xmlns:xlink":
|
||||
"xlink:title", "xlink:type", "xml:lang", "xml:space", "xmlns:xlink":
|
||||
j := strings.Index(a.Key, ":")
|
||||
aa[i].Namespace = a.Key[:j]
|
||||
aa[i].Key = a.Key[j+1:]
|
||||
|
||||
Reference in New Issue
Block a user