Skip to content

Commit 22229ae

Browse files
author
Simon Willison
committed
fixed typo in readme, thanks Dominic Rodger
1 parent 8d94c5f commit 22229ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This tag is included for completeness. Authors of reusable apps which ship
7474
with their own templates (extending base.html) might want to ensure that their
7575
apps use the correct markup for the current doctype. In practise, this means
7676
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
77+
`{% slash %}` tag simply outputs the string " /" for an XHTML doctype and
7878
renders blank for an HTML doctype. Here are some examples::
7979

8080
<br{% slash %}>

0 commit comments

Comments
 (0)