Skip to content

Commit

Permalink
Merge pull request #147 from w3c/hotfix/#664-unescaped-end-body-tag
Browse files Browse the repository at this point in the history
Make sure closing body tag in docs is wrapped as code
  • Loading branch information
jean-gui authored Sep 25, 2024
2 parents c79f117 + ecc6205 commit a24b6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styles/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The autocomplete script can be configured using <code>data-*</code> attributes o

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

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

```
<script src="dist/assets/js/multiselect.js"></script>
Expand Down

0 comments on commit a24b6aa

Please sign in to comment.