Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix capitalization error in name="keywords" meta attribute #8533

Merged
merged 1 commit into from Jul 31, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/extensions/default/HTMLCodeHints/HtmlAttributes.json
Expand Up @@ -167,7 +167,7 @@
"multiple": { "attribOption": [], "type": "flag" },
"muted": { "attribOption": [], "type": "flag" },
"name": { "attribOption": [] },
"meta/name": { "attribOption": ["application-name", "author", "description", "generator", "Keywords"] },
"meta/name": { "attribOption": ["application-name", "author", "description", "generator", "keywords"] },
"novalidate": { "attribOption": [], "type": "flag" },
"open": { "attribOption": [], "type": "flag" },
"optimum": { "attribOption": [] },
Expand Down