FIX: mod_roomReservationRoomWhitelistListBox: accidental </form> after Add button...
[iserv-mod-room-reservation.git] / inc / mod_roomReservationRoomWhitelistListBox.inc
index 27bd6c2..4712666 100644 (file)
@@ -137,7 +137,7 @@ class mod_roomReservationRoomWhitelistListBox
     // only show add button if there are still some unlisted rooms
     if(count(mod_roomReservationRoomsManager::getRooms()) > count($aoRooms)) {
       TreeViewLine(sprintf("<%s name='mod_roomReservationRoomWhitelistListBox".
-        "[action][add]' value='%s' /></form>", $GLOBALS["stdbtn"], _("Add")));
+        "[action][add]' value='%s' />", $GLOBALS["stdbtn"], _("Add")));
     }
     $this->showList($aoRooms);
     // toolbar
@@ -211,4 +211,4 @@ class mod_roomReservationRoomWhitelistListBox
     }
   }
 }
-?>
\ No newline at end of file
+?>
This page took 0.022867 seconds and 4 git commands to generate.