Merge pull request #679 from akilegaspi/2-5-stable

removed redundancy at htmltags file
This commit is contained in:
Dylan Thacker-Smith
2015-12-18 17:02:20 -05:00

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