Fixed problem with slashes, bug 5177

This commit is contained in:
gustav_delius
2006-04-13 00:37:14 +00:00
parent d6d29245e7
commit da1cc5a44e
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ class default_questiontype {
$grade .= $question->maxgrade;
}
$comment = $state->comment;
$comment = stripslashes($state->comment);
$commentlink = '';
if (isset($options->questioncommentlink)) {
$strcomment = get_string('commentorgrade', 'quiz');