Use StringSlice.join on the rendered results.

This commit is contained in:
Dylan Thacker-Smith
2014-02-28 14:12:57 -05:00
parent cc0276bb97
commit bb954bce1e
3 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ module Liquid
end
end
output.join
StringSlice.join(output)
end
end
end