LP#1879983: toss in   to avoid potential rendering issues
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 17 Jun 2020 18:27:18 +0000 (14:27 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 17 Jun 2020 18:27:18 +0000 (14:27 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/myopac/holds_curbside.tt2

index 1698869..47fe394 100644 (file)
                 [% IF !cs_date; tmp_cs_date = date.format(date.now, '%F'); date_started_null = 1; %]
                 [% ELSE; tmp_cs_date = cs_date; END %]
                 [% IF cs_date %]<input type="hidden" name="cs_date" value="[% cs_date | html %]"/>[% END %]
-                [% IF no_patron_input && date_started_null; %]
+                [% IF no_patron_input && date_started_null; %]&nbsp;
                 [% ELSE; %]<input type="date" name="cs_date" value="[% tmp_cs_date | html %]" [% IF cs_date || no_patron_input %]disabled="disabled"[% END %]/>[% END %]
             </span>
             <span class="egtd">
                 [% IF appointment || cs_date; # checking times %]
                   [% current_date = cs_date %]
-                  [% IF date_started_null && no_patron_input %]
+                  [% IF date_started_null && no_patron_input %]&nbsp;
                   [% ELSIF appointment || ctx.cs_times.$current_date.size; # show a select %]
                     <select name="cs_time" [% IF disable_me || no_patron_input %]disabled="disabled"[% END %]>
                       [% found_time = 0 %]