Remove duplicate index0 key in htmltags

Half of #502.
This commit is contained in:
Parker Moore
2014-12-26 16:33:47 -05:00
parent deeb813d53
commit 0e98b29665

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),