Skip to content

Commit

Permalink
Merge pull request #579 from tammoterhark/answers_html
Browse files Browse the repository at this point in the history
Dev: typos
  • Loading branch information
Shnoulle committed Nov 3, 2016
2 parents b3069c1 + e1010a7 commit 6762cf3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@
</colgroup>
<?php endif; ?>
<?php if ($shownoanswer || $rightexists): ?>
<col class="separator rigth_separator" style="width: <?php echo $rigthwidth; ?>%">
<col class="separator right_separator" style="width: <?php echo $rightwidth; ?>%">
<?php endif; ?>
<?php if ($shownoanswer): ?>
<col class="col-no-answer" style="width: <?php echo $cellwidth; ?>%;" />
Expand All @@ -41,7 +41,7 @@
<?php endif; ?>

<?php if($shownoanswer || $rightexists): ?>
<td class="header_separator <?php echo $rigthclass; ?>"></td>
<td class="header_separator <?php echo $rightclass; ?>"></td>
<?php if($shownoanswer): ?>
<th class="header_no_answer"></th>
<?php endif; ?>
Expand Down

0 comments on commit 6762cf3

Please sign in to comment.