From 7c4f3965098baad2396e24501e09237425a7bd6f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 21 Jan 2022 15:46:37 +0100 Subject: Stopped including type="text/css" attributes for CSS link tags. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 1fcfa1fa88..08c1ca47e2 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2637,7 +2637,7 @@ It is also able to consume standard context variables, e.g. assuming a ``user_stylesheet`` variable is passed to the template:: {% load static %} - + If you'd like to retrieve a static URL without displaying it, you can use a slightly different call:: -- cgit v1.3