From: Art Rhyno Date: Mon, 1 Oct 2012 02:58:52 +0000 (-0400) Subject: Add line return to URL entry X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=239d3ba51c4a6733ddff1b8dc3c18347595289e7;p=contrib%2FConifer.git Add line return to URL entry I missed this in the URL rendering but lines need a line return for the e-mail option. --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index a53f7de5dd..6e482adff9 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -8874,7 +8874,7 @@ Subject: Bibliographic Records %] [% loop.count %]/[% loop.size %]. Bib ID# [% bre_id %] -[% IF tpac_host.length != 0 %]URL: [% tpac_host %]/eg/opac/record/[% bre_id %][% END %] +[% IF tpac_host.length != 0 %]URL: [% tpac_host %]/eg/opac/record/[% bre_id _ "\n" %][% END %] [% IF isbn %]ISBN: [% isbn _ "\n" %][% END %] [% IF issn %]ISSN: [% issn _ "\n" %][% END %] [% IF upc %]UPC: [% upc _ "\n" %] [% END %]