web/views/basecomponents.py
changeset 3185 bd0126d17e83
parent 3072 6fb42c53f6df
parent 3184 613064b49331
child 3377 dd9d292b6a6d
--- a/web/views/basecomponents.py	Thu Sep 10 08:13:22 2009 +0200
+++ b/web/views/basecomponents.py	Fri Sep 11 15:57:34 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):