Small layout fix. Error in html
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 24 Feb 2010 14:12:28 +0000 (14:12 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 24 Feb 2010 14:12:28 +0000 (14:12 +0000)
CHANGELOG.txt
includes/ui/ui_lists.inc

index 408d9cf82971ee51df269828169a1c2992ca4495..3b33ba81c2d078995d0c3bdd2e8cbecf5fb68d14 100644 (file)
@@ -24,6 +24,7 @@ $ -> Affected files
 $ /taxes/tax_calc.inc
 ! Small layout fixes
 $ /admin/backups.php
+  /includes/ui/ui_lists.inc
   /reporting/rep107.php
   /reporting/rep110.php
   
index 7465381cae6e3307f4137955325c26fdd5b70672..bc7fedef4ca105a58646328d7a2f26be5a5af0af 100644 (file)
@@ -1994,7 +1994,7 @@ function quick_entries_list_cells($label, $name, $selected_id=null, $type, $subm
 
 function quick_entries_list_row($label, $name, $selected_id=null, $type, $submit_on_change=false)
 {
-       echo "<tr><td class='label'>$label</td>";
+       echo "<tr><td class='label'>$label</td><td>";
        quick_entries_list_cells(null, $name, $selected_id, $type, $submit_on_change);
        echo "</tr>\n";
 }