Skip to content

Commit

Permalink
removing extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Nov 29, 2017
1 parent 65c50c2 commit 58fc8f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_users/tmpl/user/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<?php echo $field->label; ?>
</div>
<div class="controls">
<?php if ($field->type === 'Password') : ?>
<?php if ($field->type === 'Password') : ?>
<?php // Disables autocomplete ?> <input autocomplete="off" style="display:none">
<?php endif; ?>
<?php echo $field->input; ?>
Expand Down
2 changes: 1 addition & 1 deletion components/com_users/tmpl/profile/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<?php endif; ?>
</div>
<div class="controls">
<?php if ($field->type === 'Password') : ?>
<?php if ($field->type === 'Password') : ?>
<?php // Disables autocomplete ?> <input autocomplete="off" style="display:none">
<?php endif; ?>
<?php echo $field->input; ?>
Expand Down
2 changes: 1 addition & 1 deletion components/com_users/tmpl/registration/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<?php endif; ?>
</div>
<div class="controls">
<?php if ($field->type === 'Password') : ?>
<?php if ($field->type === 'Password') : ?>
<?php // Disables autocomplete ?> <input autocomplete="off" style="display:none">
<?php endif; ?>
<?php echo $field->input; ?>
Expand Down

0 comments on commit 58fc8f8

Please sign in to comment.