web/views/basecomponents.py
branchstable
changeset 3166 2413e5291e8d
parent 2996 866a2c135c33
child 3184 613064b49331
--- a/web/views/basecomponents.py	Thu Sep 10 12:23:16 2009 +0200
+++ b/web/views/basecomponents.py	Thu Sep 10 14:17:39 2009 +0200
@@ -148,7 +148,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):