fix deletedTimestampISO

main
barisusakli 8 years ago
parent e33a04b50c
commit 212218f1d4

@ -20,7 +20,7 @@
<a href="{config.relative_path}/user/{deleter.userslug}"> <a href="{config.relative_path}/user/{deleter.userslug}">
<strong>{deleter.username}</strong> <strong>{deleter.username}</strong>
</a> </a>
<small class="timeago" title="{deletedTimestamp}"></small> <small class="timeago" title="{deletedTimestampISO}"></small>
<!-- ENDIF deleter --> <!-- ENDIF deleter -->
</span> </span>
</div> </div>
@ -42,11 +42,11 @@
</li> </li>
<!-- END posts --> <!-- END posts -->
</ul> </ul>
<!-- IF config.enableQuickReply --> <!-- IF config.enableQuickReply -->
<!-- IMPORT partials/topic/quickreply.tpl --> <!-- IMPORT partials/topic/quickreply.tpl -->
<!-- ENDIF config.enableQuickReply --> <!-- ENDIF config.enableQuickReply -->
<div class="post-bar"> <div class="post-bar">
<!-- IMPORT partials/post_bar.tpl --> <!-- IMPORT partials/post_bar.tpl -->
</div> </div>

Loading…
Cancel
Save