Skip to content

Commit

Permalink
Fixed a single/double quote issue (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaipe committed Dec 31, 2003
1 parent 2b4287d commit e097165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/lib.php
Expand Up @@ -501,7 +501,7 @@ function quiz_print_question($number, $question, $grade, $quizid,

echo '<table width="100%" cellspacing="10">';
echo '<tr><td nowrap="nowrap" width="100" valign="top">';
echo '<p align="center"><b>$number</b></p>';
echo '<p align="center"><b>' . $number . '</b></p>';
if ($showgrades) {
if ($feedback or $response) {
echo "<p align=\"center\"><font size=\"1\">$strmarks: $actualgrade/$grade</font></p>";
Expand Down

0 comments on commit e097165

Please sign in to comment.