removed redundancy at htmltags file

This commit is contained in:
Adrian Legaspi
2015-12-19 04:17:35 +08:00
parent 712d97e37d
commit 34f07dda59

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