From 0e98b296656eacc17f2dbcdb784d7308ef0591e6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 26 Dec 2014 16:33:47 -0500 Subject: [PATCH] Remove duplicate `index0` key in htmltags Half of #502. --- lib/liquid/htmltags.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/liquid/htmltags.rb b/lib/liquid/htmltags.rb index 62a5389..c66817e 100644 --- a/lib/liquid/htmltags.rb +++ b/lib/liquid/htmltags.rb @@ -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),