ok, \\n does not work now using space

This commit is contained in:
Tobi Schäfer 2002-09-10 15:51:09 +00:00
parent dab84c7f28
commit 8e26ae825e

View file

@ -1,7 +1,7 @@
<item rdf:about="<% this.url encode="xml" %>">
<title><![CDATA[<% param.title %>]]></title>
<link><% this.url encode="xml" %></link>
<description><![CDATA[<% param.date %><% this.tagline encode="xml" prefix="\\n" %>]]></description>
<description><![CDATA[<% param.date %><% this.tagline encode="xml" prefix=" " %>]]></description>
<dc:publisher><![CDATA[<% param.publisher %>]]></dc:publisher>
<dc:creator><![CDATA[<% param.creator %> (mailto:<% param.email %>)]]></dc:creator>
<dc:rights><![CDATA[Copyright &#169; <% param.year %> <% param.creator %>]]></dc:rights>