From 7b1e3be4599982a60f4b2e7ac08aaf7c978af33a Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Mon, 29 Oct 2007 17:17:50 +0100 Subject: [PATCH] [svn r13587] fix a bug when using the button "filter" --- main/survey/reporting.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/main/survey/reporting.php b/main/survey/reporting.php index ee0c2c62ca..244ec36588 100644 --- a/main/survey/reporting.php +++ b/main/survey/reporting.php @@ -21,7 +21,7 @@ * @package dokeos.survey * @author unknown, the initial survey that did not make it in 1.8 because of bad code * @author Patrick Cool , Ghent University: cleanup, refactoring and rewriting large parts of the code -* @version $Id: reporting.php 13389 2007-10-05 02:05:27Z yannoo $ +* @version $Id: reporting.php 13587 2007-10-29 16:17:50Z elixir_inter $ * * @todo The question has to be more clearly indicated (same style as when filling the survey) */ @@ -689,7 +689,11 @@ function display_complete_report() /*// the export button echo '';*/ - echo ''; + echo ''; + + echo ''; + + echo '
'; echo ' '.get_lang('ExportCurrentReport').'';