web/views/ibreadcrumbs.py
branch3.5
changeset 3173 6f9da29f836a
parent 3089 72c23fc7fe20
child 3176 b94703b131ad
--- a/web/views/ibreadcrumbs.py	Tue Sep 08 17:27:33 2009 -0700
+++ b/web/views/ibreadcrumbs.py	Thu Sep 10 18:49:23 2009 +0200
@@ -109,4 +109,4 @@
     def cell_call(self, row, col):
         entity = self.rset.get_entity(row, col)
         textsize = self.req.property_value('navigation.short-line-size')
-        self.w(uilib.cut(entity.dc_title(), textsize))
+        self.w(xml_escape(uilib.cut(entity.dc_title(), textsize)))