Task #351 - A CSS syntax correction.

skala
Ivan Tcholakov 15 years ago
parent 43cfcfaa38
commit c8b7d1a8ce
  1. 2
      main/exercice/exercise.lib.php

@ -75,7 +75,7 @@ function showQuestion($questionId, $onlyAnswers=false, $origin=false,$current_it
} else {
$option_ie="margin-left:10px";
}
$s .= '<table width="720" class="exercise_options" style="width: 720px;'.$option_ie.' background-color:#fff;\">';
$s .= '<table width="720" class="exercise_options" style="width: 720px;'.$option_ie.' background-color:#fff;">';
// construction of the Answer object (also gets all answers details)
$objAnswerTmp=new Answer($questionId);
$nbrAnswers=$objAnswerTmp->selectNbrAnswers();

Loading…
Cancel
Save