aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorstevendegroote <stevendegroote@gmail.com>2019-09-17 23:01:59 +0200
committerstevendegroote <stevendegroote@gmail.com>2019-09-17 23:01:59 +0200
commitce93b224107a65b43253c36812b636321eb55a78 (patch)
tree8c13d381229ab0f063e926ae5de424b1c982b231 /phpBB/styles/prosilver/template/viewtopic_body.html
parent1d12d76790a2fa6d1fc746302cb2a33ec41c3341 (diff)
downloadforums-ce93b224107a65b43253c36812b636321eb55a78.tar
forums-ce93b224107a65b43253c36812b636321eb55a78.tar.gz
forums-ce93b224107a65b43253c36812b636321eb55a78.tar.bz2
forums-ce93b224107a65b43253c36812b636321eb55a78.tar.xz
forums-ce93b224107a65b43253c36812b636321eb55a78.zip
[ticket/16159] Wrap post times in html time tag
PHPBB3-16159
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 40249f24eb..0de641c985 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -289,7 +289,7 @@
<i class="icon fa-file fa-fw <!-- IF postrow.S_UNREAD_POST -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span>
</a>
<!-- ENDIF -->
- <span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; </span>{postrow.POST_DATE}
+ <span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; </span><time datetime="{postrow.POST_DATE_RFC3339}">{postrow.POST_DATE}</time>
</p>
<!-- EVENT viewtopic_body_postrow_post_details_after -->