Index: trunk/MobileIndico/indico.js
===================================================================
--- trunk/MobileIndico/indico.js	(revision 18638)
+++ trunk/MobileIndico/indico.js	(revision 18639)
@@ -60,8 +60,8 @@
             {
                 list += "<span class='location'>";
-                list += " ["+e.location;
+                list += " ["+e.room;
                 if (e.location.length>0 && e.room.length>0)
-                    list += ": ";
-                list += e.room+"]";
+                    list += ", ";
+                list += e.location+"]";
                 list += "</span>"
             }
