diff --git a/repository/Seaside-Core.package/WAMetaElement.class/instance/charset..st b/repository/Seaside-Core.package/WAMetaElement.class/instance/charset..st index 5e2606fda..382dc1862 100644 --- a/repository/Seaside-Core.package/WAMetaElement.class/instance/charset..st +++ b/repository/Seaside-Core.package/WAMetaElement.class/instance/charset..st @@ -5,7 +5,4 @@ charset: aString The charset attribute on the meta element has no effect in XML documents, and is only allowed in order to facilitate migration to and from XHTML. There must not be more than one meta element with a charset attribute per document." - self - greaseDeprecatedApi: 'WAMetaElement>>charset:' - details: 'Use an HTTP Content-Type header on the linked resource instead. https://www.geeksforgeeks.org/what-are-the-html-tags-that-deprecated-in-html5/'. self attributes at: 'charset' put: aString \ No newline at end of file