diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-25 11:57:14 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-25 12:04:55 -0500 |
| commit | 20b217b0b0b94de374bf5b21285fed20c3880dfb (patch) | |
| tree | c667dd9332d8c1c18756f3ae3dd667263de98a02 /docs/topics/security.txt | |
| parent | 4aec49d015a24ddd893567d2cd2682e1dc1dc107 (diff) | |
[1.9.x] Fixed Sphinx highlight warnings in docs.
Backport of 9c43d8252a926f72be5a279186b42848501819b8 from master
Diffstat (limited to 'docs/topics/security.txt')
| -rw-r--r-- | docs/topics/security.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/security.txt b/docs/topics/security.txt index 221036e328..917817ba6f 100644 --- a/docs/topics/security.txt +++ b/docs/topics/security.txt @@ -29,7 +29,8 @@ which are particularly dangerous to HTML. While this protects users from most malicious input, it is not entirely foolproof. For example, it will not protect the following: -.. code-block:: html+django +.. code-block:: text +.. highlighting as html+django fails due to intentionally missing quotes. <style class={{ var }}>...</style> |
