Skip to content

Commit ecc6205

Browse files
Make sure closing body tag in docs is wrapped as code
1 parent a57fc65 commit ecc6205

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)