don't display user e-mail addresses in rss output if user.publishemail is set to false
This commit is contained in:
parent
bc37d92c9e
commit
edd1ef1eb6
6 changed files with 12 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
<link><% param.url %></link>
|
||||
<% param.text prefix="<description>" suffix="</description>" encoding="xml" %>
|
||||
<dc:publisher><% param.publisher encoding="xml" %></dc:publisher>
|
||||
<dc:creator><% param.creator encoding="xml" %> (mailto:<% param.email encoding="xml" %>)</dc:creator>
|
||||
<dc:creator><% param.creator encoding="xml" %><% param.email prefix=" (mailto:" suffix=")" encoding="xml" %></dc:creator>
|
||||
<% param.subject prefix="<dc:subject>" suffix="</dc:subject>" encoding="xml" %>
|
||||
<dc:rights>Copyright © <% param.year %> <% param.creator %></dc:rights>
|
||||
<dc:date><% param.date %></dc:date>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue