Compare commits

...

2 Commits

Author SHA1 Message Date
Dylan Thacker-Smith
46b7fd29df Merge pull request #679 from akilegaspi/2-5-stable
removed redundancy at htmltags file
2015-12-18 17:02:20 -05:00
Adrian Legaspi
34f07dda59 removed redundancy at htmltags file 2015-12-19 04:17:35 +08: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),