Skip to content

Commit

Permalink
Merge pull request #70 from madflow/master
Browse files Browse the repository at this point in the history
Fixed issue: Broken HTML in array question type
  • Loading branch information
Shnoulle committed Jan 23, 2013
2 parents bb96ea6 + b024b0f commit f9c6076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4927,7 +4927,7 @@ function do_array($ia)
{
$answer_head_line .= "\t<th>".$clang->gT('No answer')."</th>\n";
}
$answer_head = "\t<thead><tr>\n".$answer_head_line."</thead></tr>\n\t\n";
$answer_head = "\t<thead><tr>\n".$answer_head_line."</tr></thead>\n\t\n";

$answer = '<tbody>';
$trbc = '';
Expand Down

0 comments on commit f9c6076

Please sign in to comment.