fix description field in recent changes report

This commit is contained in:
Helmut Merz 2016-11-18 12:48:13 +01:00
parent 6261831340
commit 3115b4f19e

View file

@ -71,7 +71,7 @@
<tal:row define="object row/objectData;
url object/url"
condition="object/canAccess">
<td tal:attributes="title object/object/description">
<td tal:attributes="title object/description">
<a tal:omit-tag="not:url"
tal:attributes="href string:$url?version=this"
tal:content="object/title" /></td>