Wrap the 'this post was submitted on' text in its own span.

This commit is contained in:
aperson
2012-02-24 16:09:53 -06:00
committed by Max Goodman
parent 15bbb8217e
commit 50f512564b

View File

@@ -32,8 +32,10 @@
<div class="linkinfo">
<div class="date">
${_("this post was submitted on")}
&#32;
<span>
${_("this post was submitted on")}
&#32;
</span>
<time datetime="${thing.a._date.isoformat()}">
${thing.a._date.strftime(thing.datefmt)}
</time>