.. -*- coding: utf-8 -*- Version 0.3.7 ------------- :publication date: 2014/11/03 :expected date: n/a Ticket #4542740 template is incompatible with left/right components written using cwtags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.500 :state: validation pending cwtags monkeypatches CubicWeb's UStringIO so that UStringIO.write() works with cwtags objects. However, squareui uses a list in nav_column(). cwtags objects break the unicode.join() done at the end.