mirror of
https://github.com/Luzifer/sri.git
synced 2024-11-08 14:50:12 +00:00
Fix: Add missing rel attribute to style tags
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
df9919c8d7
commit
1b55a59eb9
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -23,7 +23,7 @@ var (
|
|||
}{}
|
||||
|
||||
htmlTemplate = map[string]string{
|
||||
"link": `<link href=%q integrity=%q crossorigin="anonymous">`,
|
||||
"link": `<link rel="stylesheet" href=%q integrity=%q crossorigin="anonymous">`,
|
||||
"script": `<script src=%q integrity=%q></script>`,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue