Skip to content

Commit

Permalink
update spacing and indents
Browse files Browse the repository at this point in the history
  • Loading branch information
oharacj committed Jan 8, 2025
1 parent eb7ea64 commit 85cd191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/myresearch/newpassword.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<input type="hidden" value="<?=$this->escapeHtmlAttr($this->username) ?>" name="username">
<input type="hidden" value="<?=$this->escapeHtmlAttr($this->auth_method) ?>" name="auth_method">
<?php if (!empty($this->target)): ?>
<input type="hidden" value="<?=$this->escapeHtmlAttr($this->target) ?>" name="target">
<input type="hidden" value="<?=$this->escapeHtmlAttr($this->target) ?>" name="target">
<?php endif; ?>
<?=$this->auth()->getNewPasswordForm() ?>
<?=$this->captcha()->html($this->useCaptcha) ?>
Expand Down

0 comments on commit 85cd191

Please sign in to comment.