We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d94c5f commit 22229aeCopy full SHA for 22229ae
1 file changed
README.rst
@@ -74,7 +74,7 @@ This tag is included for completeness. Authors of reusable apps which ship
74
with their own templates (extending base.html) might want to ensure that their
75
apps use the correct markup for the current doctype. In practise, this means
76
outputting a self-closing tag for a small number of HTML elements. The
77
-`{% slash %}` tag simply outputs the string "/ " for an XHTML doctype and
+`{% slash %}` tag simply outputs the string " /" for an XHTML doctype and
78
renders blank for an HTML doctype. Here are some examples::
79
80
<br{% slash %}>
0 commit comments