aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-09-21 14:17:11 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-09-21 14:17:11 +0200
commit84decb287599f4335e7c0511e9fde3a8f548ff00 (patch)
tree6fa8b273a332e4e92e2c6c4c4cef74fd1d19b405 /phpBB/styles/prosilver/template/viewtopic_body.html
parentc9c7df735cd2a8774ec6f90bf63cc5544e2de0a4 (diff)
parent8160a8a1efe06de06a199be5c7e8262e0c199873 (diff)
downloadforums-84decb287599f4335e7c0511e9fde3a8f548ff00.tar
forums-84decb287599f4335e7c0511e9fde3a8f548ff00.tar.gz
forums-84decb287599f4335e7c0511e9fde3a8f548ff00.tar.bz2
forums-84decb287599f4335e7c0511e9fde3a8f548ff00.tar.xz
forums-84decb287599f4335e7c0511e9fde3a8f548ff00.zip
Merge pull request #5692 from stevendegroote/ticket/16159
[ticket/16159] Wrap post times in html time tag
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 8d7e26f099..f77b99dc29 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 -->