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').'';