Replaced tabs with soft tabs
This commit is contained in:
parent
01473db9b9
commit
71205b552f
@ -105,7 +105,9 @@
|
||||
</td>
|
||||
<td>
|
||||
<span tal:content="python:item.author_name or item.Creator">Name</span>
|
||||
<div tal:condition="item/author_email"><a tal:attributes="href string:mailto:${item/author_email}" tal:content="item/author_email">Email</a></div>
|
||||
<div tal:condition="item/author_email"><a
|
||||
tal:attributes="href string:mailto:${item/author_email}"
|
||||
tal:content="item/author_email">Email</a></div>
|
||||
</td>
|
||||
<td tal:content="python:toLocalizedTime(item.ModificationDate, long_format=1)" />
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user