Skip to content

Commit

Permalink
Update modules/aPollSlot/templates/_default_form_view.php
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
stephanebachelier committed Nov 2, 2012
1 parent 7a7ea7a commit e52ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aPollSlot/templates/_default_form_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="a-poll-description">
<div><?php echo html_entity_decode($poll->getDescription()); ?></div>
</div>
<? endif; ?>
<?php endif; ?>


<div class="a-admin-form-container">
Expand Down

0 comments on commit e52ad39

Please sign in to comment.