[CalendarServer-changes] [7906] CalendarServer/branches/users/glyph/imip-and-admin-html/ twistedcaldav/mail.py
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 11 21:41:14 PDT 2011
Revision: 7906
http://trac.macosforge.org/projects/calendarserver/changeset/7906
Author: glyph at apple.com
Date: 2011-08-11 21:41:14 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
fix organizer quoting
Modified Paths:
--------------
CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py
Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py 2011-08-12 04:41:03 UTC (rev 7905)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/mail.py 2011-08-12 04:41:14 UTC (rev 7906)
@@ -1447,8 +1447,8 @@
# template stuff, and once again, it's just a 'mailto:'.
# tags.a(href="mailto:"+email)[cn]
if orgEmail:
- details['htmlOrganizer'] = '<a href="mailto:%s">%s</a>' % (
- orgEmail, orgCN)
+ details['htmlOrganizer'] = tags.a(href="mailto:%s" % (orgEmail,))(
+ orgCN)
else:
details['htmlOrganizer'] = orgCN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/6a18e3e7/attachment.html>
More information about the calendarserver-changes
mailing list