lib/utopia/trenni.rb in utopia-0.9.48 vs lib/utopia/trenni.rb in utopia-0.9.49
- old
+ new
@@ -83,9 +83,10 @@
code << matched
level += 1
end
if scan(/\}/)
+ code << matched if level > 1
level -= 1
end
end
if level == 0
\ No newline at end of file