Index: indico/MaKaC/webinterface/tpls/events/include/Common.tpl
===================================================================
--- indico/MaKaC/webinterface/tpls/events/include/Common.tpl	(revision 05eb0fe59cd5ad597564a02127a966fa487eb34f)
+++ indico/MaKaC/webinterface/tpls/events/include/Common.tpl	(revision 118f965e49b6faecc19ed51e083653ce5257aeb1)
@@ -16,5 +16,5 @@
     % endif
     % if room:
-        ${'<a href="%s">'%url if url else ''}
+        ${'<a href="%s">' % url if url else ''}
             <span class="${span}">${room}</span>
         ${'</a>' if url else ''}
Index: indico/MaKaC/webinterface/tpls/events/lectures/IndicoLecture.tpl
===================================================================
--- indico/MaKaC/webinterface/tpls/events/lectures/IndicoLecture.tpl	(revision 02f77251cd7e6583874c94c47966d593511f3717)
+++ indico/MaKaC/webinterface/tpls/events/lectures/IndicoLecture.tpl	(revision 118f965e49b6faecc19ed51e083653ce5257aeb1)
@@ -15,5 +15,5 @@
             % if getLocationInfo(conf) != ('', '', ''):
                 <br />at ${common.renderLocation(conf, span='headerRoomLink')}
-                <br /> <i>${conf.getLocation().getAddress()}</i>
+                <br /> <em>${conf.getLocation().getAddress()}</em>
             % endif
         </div>
Index: indico/MaKaC/webinterface/tpls/events/meetings/IndicoMeeting.tpl
===================================================================
--- indico/MaKaC/webinterface/tpls/events/meetings/IndicoMeeting.tpl	(revision 02f77251cd7e6583874c94c47966d593511f3717)
+++ indico/MaKaC/webinterface/tpls/events/meetings/IndicoMeeting.tpl	(revision 118f965e49b6faecc19ed51e083653ce5257aeb1)
@@ -18,5 +18,5 @@
             % if getLocationInfo(conf) != ('', '', ''):
                 <br/>at <strong>${common.renderLocation(conf, span='headerRoomLink')}</strong>
-                <br/> <i>${conf.getLocation().getAddress()}</i>
+                <br/> <em>${conf.getLocation().getAddress()}</em>
             % endif
         </div>
