Addressbook popup: fix escaping.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 1 Dec 2012 20:37:42 +0000 (21:37 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 1 Dec 2012 20:37:42 +0000 (21:37 +0100)
webcit/static/t/addressbook/list_entry.html
webcit/static/t/addressbook/namelist_entry.html

index f913cf4e202f7c033b5f8a1bcbfe8edd70adecb8..d37fe4d654ed964b6d08e53a0ffbefda09c344dc 100644 (file)
@@ -1 +1 @@
-<?!("COND:ROOM:INFO:TYPE_IS", 1, #"VIEW_ADDRESSBOOK")> <option value="<?ROOM:INFO:NAME("U")>" <?%("COND:ROOM:INFO:NAME_IS", 2, 0, ."defaddrbook", "selected", "")>><?ROOM:INFO:NAME("X")></option><??("X", 1)>
+<?!("COND:ROOM:INFO:TYPE_IS", 1, #"VIEW_ADDRESSBOOK")> <option value="<?ROOM:INFO:NAME("X")>" <?%("COND:ROOM:INFO:NAME_IS", 2, 0, ."defaddrbook", "selected", "")>><?ROOM:INFO:NAME("X")></option><??("X", 1)>
index 39047e4d5ae96e4c5a14da68a0e846e3803f94a8..7ec939f0e2b6672dfb810e5b7b2d9b7dc2a31cda 100644 (file)
@@ -1 +1 @@
-<option value="<?CONTEXTSTR("U")>"><?CONTEXTSTR("X")></option>
+<option value="<?CONTEXTSTR("X")>"><?CONTEXTSTR("X")></option>