ok, \\n does not work now using space
This commit is contained in:
parent
dab84c7f28
commit
8e26ae825e
1 changed files with 1 additions and 1 deletions
|
@ -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 © <% param.year %> <% param.creator %>]]></dc:rights>
|
||||
|
|
Loading…
Add table
Reference in a new issue