fixed "http_equiv" in meta to generate "http-equiv" instead of "http_equiv" (#1277)

This commit is contained in:
Christian Albrecht 2023-08-02 18:25:41 +02:00 committed by GitHub
parent c10fd9ab6d
commit c9790860a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,7 +332,7 @@ builder_constructors! {
meta None {
charset: String DEFAULT, // FIXME IANA standard names
content: String DEFAULT,
http_equiv: HTTPEquiv DEFAULT,
http_equiv: String "http-equiv",
name: Metadata DEFAULT,
};