diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-09-21 14:17:11 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-21 14:17:11 +0200 |
| commit | 84decb287599f4335e7c0511e9fde3a8f548ff00 (patch) | |
| tree | 6fa8b273a332e4e92e2c6c4c4cef74fd1d19b405 /phpBB/styles/prosilver/template/viewtopic_body.html | |
| parent | c9c7df735cd2a8774ec6f90bf63cc5544e2de0a4 (diff) | |
| parent | 8160a8a1efe06de06a199be5c7e8262e0c199873 (diff) | |
| download | forums-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.html | 2 |
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> » </span>{postrow.POST_DATE} + <span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> » </span><time datetime="{postrow.POST_DATE_RFC3339}">{postrow.POST_DATE}</time> </p> <!-- EVENT viewtopic_body_postrow_post_details_after --> |
