From 008af149857261b4d61d14aa26e13147b19ff9bd Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Wed, 7 Mar 2007 08:49:38 +0100 Subject: [PATCH] [svn r11462] spacing --- main/survey/reporting.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main/survey/reporting.php b/main/survey/reporting.php index 08f6923f5d..3c23a3f7f5 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 11460 2007-03-07 07:41:56Z pcool $ +* @version $Id: reporting.php 11462 2007-03-07 07:49:38Z pcool $ * * @todo use quickforms for the forms */ @@ -357,15 +357,16 @@ function display_question_report($survey_data) } else { - echo get_lang('PreviousQuestion'); + echo '<<'.get_lang('PreviousQuestion').' '; } + echo ' | '; if ($_GET['question'] < ($survey_data['number_of_questions']-1)) { echo ''.get_lang('NextQuestion').'>> '; } else { - echo get_lang('NextQuestion'); + echo get_lang('NextQuestion'). '>>'; } echo '
';