Skip to content

Commit

Permalink
Merge pull request #46 from zero-24/patch-11
Browse files Browse the repository at this point in the history
one missing space
  • Loading branch information
andrepereiradasilva committed May 10, 2016
2 parents b12f2a1 + 0c2ac8d commit 15cacf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</div>
</div>
<div id="com_users_twofactor_forms_container">
<?php foreach($this->tfaform as $form): ?>
<?php foreach($this->tfaform as $form) : ?>
<?php $style = $form['method'] == $this->otpConfig->method ? 'display: block' : 'display: none'; ?>
<div id="com_users_twofactor_<?php echo $form['method'] ?>" style="<?php echo $style; ?>">
<?php echo $form['form']; ?>
Expand Down

0 comments on commit 15cacf1

Please sign in to comment.