* start correcting syntax errors, resolve some todos
[citadel.git] / webcit / static / t / room / edit / tab_config.html
index 4a827b26379a73b28b3c3838b27fdd206742f5ed..348056ef907a65efd72261899e46c59af4d13acf 100644 (file)
@@ -21,7 +21,7 @@
                                        <li>
                                                <!-- this COND checks against the value of (QR_PRIVATE + QR_MAILBOX)) == 0 -->
                                                <input type="radio" name="type" value="public" 
-                                               <?%("COND:THISROOM:FLAG:QR", 3, "14688", 1, 'disabled="disabled" >', ">")>
+                                               <?%("COND:THISROOM:FLAG:QR", 3, "14688", 1, 'disabled="disabled" ', "")>
                                                onChange="if (this.form.type[0].checked == true) { this.form.er_floor.disabled = false; }" />
                                                <?_("Public (automatically appears to everyone)")>
                                        </li>