Skip to content

Commit

Permalink
Dev: issue #11902: Array dual scale: 2 x no answer
Browse files Browse the repository at this point in the history
Dev: the now answer header is for no-js
  • Loading branch information
Shnoulle committed Nov 14, 2016
1 parent 7754441 commit 5bd2764
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
<?php endforeach; ?>
<?php if (count($labelans1) > 0): ?>
<td class="header_separator"><?php if ($shownoanswer): ?>
<?php eT('No answer'); ?>
<div class="ls-js-hidden"><?php eT('No answer'); ?></div>
<?php endif; ?></td> <!-- Separator : and No answer for accessibility for first colgroup -->
<?php foreach ($labelans1 as $ld): ?>
<th class=''><?php echo $ld; ?></th>
Expand Down

0 comments on commit 5bd2764

Please sign in to comment.