Merge pull request #503 from parkr/patch-1

Remove duplicate `index0` key in htmltags
This commit is contained in:
Arthur Nogueira Neves
2014-12-30 13:15:04 -05:00
-1
View File
@@ -43,7 +43,6 @@ module Liquid
'index0' => index,
'col' => col + 1,
'col0' => col,
'index0' => index,
'rindex' => length - index,
'rindex0' => length - index - 1,
'first' => (index == 0),