web/views/ibreadcrumbs.py
branch3.5
changeset 3173 6f9da29f836a
parent 3089 72c23fc7fe20
child 3176 b94703b131ad
equal deleted inserted replaced
3165:0a50ebe53db7 3173:6f9da29f836a
   107     id = 'breadcrumbtext'
   107     id = 'breadcrumbtext'
   108 
   108 
   109     def cell_call(self, row, col):
   109     def cell_call(self, row, col):
   110         entity = self.rset.get_entity(row, col)
   110         entity = self.rset.get_entity(row, col)
   111         textsize = self.req.property_value('navigation.short-line-size')
   111         textsize = self.req.property_value('navigation.short-line-size')
   112         self.w(uilib.cut(entity.dc_title(), textsize))
   112         self.w(xml_escape(uilib.cut(entity.dc_title(), textsize)))