mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
10b61f5ec7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<entry>
|
<entry>
|
||||||
{% if not row.author is empty %}<author><name><![CDATA[{{ row.author }}]]></name></author>{% endif %}
|
{% if not row.author is empty %}<author><name><![CDATA[{{ row.author }}]]></name></author>{% endif %}
|
||||||
|
|
||||||
<updated>{% if not row.updated is empty %}{{ row.updated }} {% else %}{{ row.published }}{% endif %}</updated>
|
<updated>{% if not row.updated is empty %}{{ row.updated }}{% else %}{{ row.published }}{% endif %}</updated>
|
||||||
|
|
||||||
{% if not row.published is empty %}<published>{{ row.published }}</published>{% endif %}
|
{% if not row.published is empty %}<published>{{ row.published }}</published>{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue