branch | 3.5 |
changeset 3184 | 613064b49331 |
parent 3037 | 45de36c7d47c |
parent 3166 | 2413e5291e8d |
child 3185 | bd0126d17e83 |
child 3818 | 9522e51d8644 |
--- a/web/views/basecomponents.py Fri Sep 11 12:42:37 2009 +0200 +++ b/web/views/basecomponents.py Fri Sep 11 15:55:15 2009 +0200 @@ -149,7 +149,7 @@ title = self.req.property_value('ui.site-title') if title: self.w(u'<span id="appliName"><a href="%s">%s</a></span>' % ( - self.req.base_url(), title)) + self.req.base_url(), xml_escape(title))) class SeeAlsoVComponent(component.RelatedObjectsVComponent):