diff --git a/typo3/sysext/sys_note/Resources/Private/Templates/Note/List.html b/typo3/sysext/sys_note/Resources/Private/Templates/Note/List.html index 19b6bdb65cf9d18108c243ee5fcac648e6ae5903..c5e2e774d71df64df7c184bc21d900ea16ad1ca6 100644 --- a/typo3/sysext/sys_note/Resources/Private/Templates/Note/List.html +++ b/typo3/sysext/sys_note/Resources/Private/Templates/Note/List.html @@ -14,13 +14,13 @@ <f:translate key="author" /> <f:if condition="{note.realName}"> <f:then>{note.realName}</f:then> - <f:else>{note.userName}</f:else> + <f:else>{note.username}</f:else> </f:if> </span> <span>•</span> <span class="date"> <f:translate key="date" /> - <f:format.date>{note.modificationDate}</f:format.date> + <f:format.date>@{note.tstamp}</f:format.date> </span> <f:if condition="{note.personal}"> ·