diff --git a/admin/html.php b/admin/html.php index b5e1cbaf4ed..81f570f9174 100644 --- a/admin/html.php +++ b/admin/html.php @@ -614,7 +614,7 @@ . _QL_HELP."\n\t$setfont{$qrrow['help']}\n"; $qtypes = getqtypelist("", "array"); //qtypes = array(type code=>type description) $questionsummary .= "\t$setfont" - ._QL_TYPE."\n\t$setfont{$qtypes[$qrrow['type']]}"; + ._QL_TYPE."\n\t$setfont{$qtypes[$qrrow['type']]}"; if ($qrrow['type'] == "F") { $questionsummary .= " (LID: {$qrrow['lid']}) " @@ -622,7 +622,7 @@ . _Q_LABELS_BT."' height='15' width='15' hspace='0' name='EditThisLabelSet' " . "onClick=\"window.open('labels.php?lid={$qrrow['lid']}', '_blank')\">\n"; } - $questionsummary .="\n"; + $questionsummary .="\n"; if ($qct == 0 && ($qrrow['type'] == "O" || $qrrow['type'] == "L" || $qrrow['type'] == "M" || $qrrow['type'] == "Q" || $qrrow['type'] == "A" || $qrrow['type'] == "B" || $qrrow['type'] == "C" || $qrrow['type'] == "E" || $qrrow['type'] == "P" || $qrrow['type'] == "R" || $qrrow['type'] == "F")) { $questionsummary .= "\t\t"