summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/language.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt
index 1287f012c2..540d6538f8 100644
--- a/docs/ref/templates/language.txt
+++ b/docs/ref/templates/language.txt
@@ -34,7 +34,7 @@ or Jinja2_, you should feel right at home with Django's templates.
Templates
=========
-.. highlightlang:: html+django
+.. highlight:: html+django
A template is simply a text file. It can generate any text-based format (HTML,
XML, CSV, etc.).