Skip to content

Commit

Permalink
Dev: Wrong HTML nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 16, 2016
1 parent fefb8fe commit 02926fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/super/sidemenu.php
Expand Up @@ -146,10 +146,10 @@ class="absolute-wrapper hidden-xs"
<li class="disabled">
<a href='#'>
<span class="icon-organize"></span>
<span class="btntooltip" data-toggle="tooltip" data-placement="bottom" title="<?php echo gT("Question group/question organizer disabled").' - '.gT("This survey is currently active."); ?>">
<?php eT("Question organizer"); ?>
<span class="btntooltip" data-toggle="tooltip" data-placement="bottom" title="<?php echo gT("Question group/question organizer disabled").' - '.gT("This survey is currently active."); ?>">
<?php eT("Question organizer"); ?>
</span>
</a>
</span>
</li>
<?php else: ?>
<li>
Expand Down

0 comments on commit 02926fd

Please sign in to comment.