render_all should internally always return strings. This eases some 1.9 compatability issues.

This commit is contained in:
Steven Soroka
2011-05-02 10:58:27 -04:00
parent 888cbe8f09
commit 1a4ff9547a
10 changed files with 28 additions and 34 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ module Liquid
rescue ::StandardError => e
context.handle_error(e)
end
end
end.join
end
end
end