mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-08 07:04:03 +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>";
|
echo"<td class='question_incorrect' valign='top'>".$questionText."</td>";
|
||||||
|
|
||||||
}
|
} else {
|
||||||
else{
|
|
||||||
echo "<td class='question_incorrect' valign='top'>". $question['question']."</td>";
|
echo "<td class='question_incorrect' valign='top'>". $question['question']."</td>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -218,7 +217,6 @@ class Progress
|
||||||
$answer=str_replace("]",'', $answer); // Klammer entfernen
|
$answer=str_replace("]",'', $answer); // Klammer entfernen
|
||||||
$key = array_search($answer, $array);
|
$key = array_search($answer, $array);
|
||||||
$answer=str_replace("[",'', $answer); // Klammer entfernen
|
$answer=str_replace("[",'', $answer); // Klammer entfernen
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $questionText;
|
return $questionText;
|
||||||
|
|
Loading…
Reference in a new issue