diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index d66ee37..0466534 100644
a
|
b
|
desire. For example::
|
260 | 260 | help_text="Please use the following format: <em>YYYY-MM-DD</em>." |
261 | 261 | |
262 | 262 | Alternatively you can use plain text and |
263 | | ``django.utils.html.escape()`` to escape any HTML special characters. |
| 263 | ``django.utils.html.escape()`` to escape any HTML special characters. Ensure |
| 264 | that you escape any help text that may come from untrusted users to avoid a |
| 265 | cross-site scripting attack. |
264 | 266 | |
265 | 267 | ``primary_key`` |
266 | 268 | --------------- |