diff --git a/admin/reports_gen.php b/admin/reports_gen.php index c237a68..2080d42 100644 --- a/admin/reports_gen.php +++ b/admin/reports_gen.php @@ -63,7 +63,7 @@ 'Committee Main' => 'committee_main.php', 'My Reports' => 'admin/reports.php')); - echo ''; + echo '
'; echo ""; echo ""; echo ""; @@ -90,12 +90,12 @@ echo "
".i18n('Report Name').":{$report['name']}
".i18n('Description').":
"; echo '
'; - echo "

".i18n('Report Options')."

"; + echo "

".i18n('Report Options')."

"; echo '
'; echo ""; - echo ""; + echo "
"; $format = $report['options']['type']; $stock = $report['options']['stock']; $year = $config['FAIRYEAR'];