Bug 21526: Use the 'url' filter when needed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / supplier.tt
index 7cc6bf1..c6db192 100644 (file)
                 <p><span class="label">Phone: </span>[% phone | html %]</p>
                 <p><span class="label">Fax: </span>[% fax | html %]</p>
                 [% IF ( url ) %]
-                    <p><span class="label">Website: </span><a href="[% url | uri %]">[% url | html %]</a></p>
+                    <p><span class="label">Website: </span><a href="[% url | url %]">[% url | html %]</a></p>
                 [% END %]
                 [% IF ( accountnumber ) %]
                     <p><span class="label">Account number: </span>[% accountnumber | html %]</p>