diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index c11a570..c1be14b 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -145,7 +145,7 @@ hit 2 or 3
 {% case template %}
-	
+
 {% when 'label' %}
      // {{ label.title }}
 {% when 'product' %}
@@ -210,7 +210,7 @@ During every @for@ loop, the following helper variables are available for extra
 
 forloop.length      # => length of the entire for loop
 forloop.index       # => index of the current iteration 
-forloop.index0	    # => index of the current iteration (zero based) 
+forloop.index0      # => index of the current iteration (zero based) 
 forloop.rindex      # => how many items are still left?
 forloop.rindex0     # => how many items are still left? (zero based)
 forloop.first       # => is this the first iteration?