fix escaper of roomnames in sieve editor.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 12 Nov 2011 15:47:06 +0000 (16:47 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 12 Nov 2011 15:47:06 +0000 (16:47 +0100)
webcit/static/t/sieve/roomlist.html

index 6047b45ad48e1dfd0f55516b24f1547c723d3bcb..1c6a27b23ca3c3fa676572953480939575e86123 100644 (file)
@@ -1 +1 @@
-<option <?%("COND:THIS:THAT:ROOM", 1, 0, 0, "selected", "")> value='<?ROOM:INFO:NAME("U")>' ><?ROOM:INFO:NAME("X")></option>
+<option <?%("COND:THIS:THAT:ROOM", 1, 0, 0, "selected", "")> value='<?ROOM:INFO:NAME("X")>' ><?ROOM:INFO:NAME("X")></option>