Trivial enhancements to avoid extra linefeeds in generated HTML, as well
as including a linefeed at the end of the new password_reset_msg.tt2
file. Good old DOS vs. UNIX :)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
<span class="float-left">[% l('Update Password') %]</span>
</div>
-[% INCLUDE "opac/myopac/update_password_msg.tt2" %]
-
+[%- INCLUDE "opac/myopac/update_password_msg.tt2" -%]
+
[% IF ctx.password_invalid %]
<div id='account-update-email-error'> <!-- borrow css from update-email page -->
[% |l %] New password is invalid. Please try a different password. [% END %]
[% END %]
[% ELSIF !ctx.pwreset.status %]
<h2>[% l('Please enter your user name or barcode to identify your library account and request a password reset') %]</h2>
- [% INCLUDE "opac/password_reset_msg.tt2" %]
+ [%- INCLUDE "opac/password_reset_msg.tt2" %]
<form method="post">
<table>
<tr>
<div class="password_message">
[% l('Note: You must have a valid email address associated with your library account. If not, please contact your local library for further assistance.'); %]
-</div>
\ No newline at end of file
+</div>