Skip to content

Commit

Permalink
Fixed issue #10844: Various issues using the LS 2.50 default template
Browse files Browse the repository at this point in the history
Dev: Add separator space for dual-scale array.
  • Loading branch information
olleharstedt committed Apr 11, 2016
1 parent ad5d779 commit 59c7de9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 13 deletions.
3 changes: 1 addition & 2 deletions application/helpers/qanda_helper.php
Expand Up @@ -5915,8 +5915,7 @@ function do_array_dual($ia)
$answer_head1 = "";
}
$answer .= '<div class="no-more-tables no-more-tables-array-dual">';
//$answer .= "\n<table class=\"table-in-qanda-9 question subquestions-list questions-list\" summary=\"{$caption}\">\n"
$answer .= "\n<table class=\"no-more-tables table-in-qanda-9 table question subquestion-list questions-list\">\n"
$answer .= "\n<table class=\"no-more-tables table-dual-scale table question subquestion-list questions-list\">\n"
. $mycolumns
. "\n\t<thead>\n"
. $answer_head1
Expand Down

0 comments on commit 59c7de9

Please sign in to comment.