mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-14 00:15:00 -05:00
Wrap the 'this post was submitted on' text in its own span.
This commit is contained in:
@@ -32,8 +32,10 @@
|
||||
|
||||
<div class="linkinfo">
|
||||
<div class="date">
|
||||
${_("this post was submitted on")}
|
||||
 
|
||||
<span>
|
||||
${_("this post was submitted on")}
|
||||
 
|
||||
</span>
|
||||
<time datetime="${thing.a._date.isoformat()}">
|
||||
${thing.a._date.strftime(thing.datefmt)}
|
||||
</time>
|
||||
|
||||
Reference in New Issue
Block a user