Updated {% spaceless %} example to show how spaces in strings are handled.
authorMatt Janssen <github@mattjanssen.com>
Wed, 26 Jun 2013 19:20:02 +0000 (14:20 -0500)
committerMatt Janssen <github@mattjanssen.com>
Wed, 26 Jun 2013 19:20:02 +0000 (14:20 -0500)
Updated output to show space is preserved within `<div><strong>foo bar</strong></div>` HTML.

doc/templates.rst

index c2047d9..542b8ae 100644 (file)
@@ -796,11 +796,11 @@ Use the ``spaceless`` tag to remove whitespace *between HTML tags*:
 
     {% spaceless %}
         <div>
-            <strong>foo</strong>
+            <strong>foo bar</strong>
         </div>
     {% endspaceless %}
 
-    {# output will be <div><strong>foo</strong></div> #}
+    {# output will be <div><strong>foo bar</strong></div> #}
 
 In addition to the spaceless tag you can also control whitespace on a per tag
 level. By using the whitespace control modifier on your tags, you can trim