Skip to content

Commit a24b6aa

Browse files
authored
Merge pull request #147 from w3c/hotfix/#664-unescaped-end-body-tag
Make sure closing body tag in docs is wrapped as code
2 parents c79f117 + ecc6205 commit a24b6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/styles/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The autocomplete script can be configured using <code>data-*</code> attributes o
165165

166166
Note the link to a specific JavaScript file for the auto-complete functionality in the preceding example.
167167

168-
In practice, add the following script before the closing body tag </body> for the auto-complete to work correctly:
168+
In practice, add the following script before the closing body tag `</body>` for the auto-complete to work correctly:
169169

170170
```
171171
<script src="dist/assets/js/multiselect.js"></script>

0 commit comments

Comments
 (0)