Fixed a few XHTML 1.0 related bugs
This commit is contained in:
parent
288e42f6d2
commit
ad6b484f0e
13 changed files with 20 additions and 20 deletions
|
|
@ -1008,7 +1008,7 @@ sub www_editQuestion {
|
|||
editIcon('func=editAnswer;qid='.$question->{Survey_questionId}.';aid='.$data{Survey_answerId}, $self->get("url")).
|
||||
moveUpIcon('func=moveAnswerUp'.';qid='.$question->{Survey_questionId}.';aid='.$data{Survey_answerId}, $self->get("url")).
|
||||
moveDownIcon('func=moveAnswerDown;qid='.$question->{Survey_questionId}.';aid='.$data{Survey_answerId}, $self->get("url")).
|
||||
' '.$data{answer}.'<br>';
|
||||
' '.$data{answer}.'<br />';
|
||||
}
|
||||
$sth->finish;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue