Skip to content

Commit

Permalink
[fix] Remove the doubled closing div
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Jul 4, 2015
1 parent 6fb101e commit c4b9706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/plugins/user/profile/fields/dob.php
Expand Up @@ -15,6 +15,6 @@
extract($displayData);

// Closing the opening .control-group and .control-label div so we can add our info text on own line ?>
</div><div class="controls"><?php echo $text; ?></div></div>
</div><div class="controls"><?php echo $text; ?></div>
<?php // Creating new .control-group and .control-label for the actual field ?>
<div class="control-group"><div class="control-label">

0 comments on commit c4b9706

Please sign in to comment.