Add line return to URL entry
authorArt Rhyno <art632000@yahoo.ca>
Mon, 1 Oct 2012 02:58:52 +0000 (22:58 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 19:58:01 +0000 (15:58 -0400)
I missed this in the URL rendering but lines need a line return
for the e-mail option.

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index a53f7de..6e482ad 100644 (file)
@@ -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 %]