From 4f926100a81fefc52cc8f425be64d63e62776ce1 Mon Sep 17 00:00:00 2001 From: RichMorin Date: Thu, 12 Aug 2010 13:45:51 -0700 Subject: [PATCH] Migrated from liquid-for-designers v18 --- Liquid-for-Designers.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?