mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-21 21:14:02 +00:00
Once again fixed indention
This commit is contained in:
parent
e0538cf1a0
commit
528f9b31a3
1 changed files with 80 additions and 82 deletions
|
@ -181,8 +181,7 @@ class Progress
|
|||
|
||||
echo"<td class='question_incorrect' valign='top'>".$questionText."</td>";
|
||||
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
echo "<td class='question_incorrect' valign='top'>". $question['question']."</td>";
|
||||
}
|
||||
}
|
||||
|
@ -218,7 +217,6 @@ class Progress
|
|||
$answer=str_replace("]",'', $answer); // Klammer entfernen
|
||||
$key = array_search($answer, $array);
|
||||
$answer=str_replace("[",'', $answer); // Klammer entfernen
|
||||
|
||||
}
|
||||
}
|
||||
return $questionText;
|
||||
|
|
Loading…
Reference in a new issue