From: Joe Hunt Date: Wed, 24 Feb 2010 14:12:28 +0000 (+0000) Subject: Small layout fix. Error in html X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=95b386a3bd552511a5f98a992582ffaae1a751c0;p=textcart.git Small layout fix. Error in html --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 408d9cf..3b33ba8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 7465381..bc7fede 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -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 "$label"; + echo "$label"; quick_entries_list_cells(null, $name, $selected_id, $type, $submit_on_change); echo "\n"; }