fix invalid html
This commit is contained in:
parent
e756f69cee
commit
e11491aa81
1 changed files with 2 additions and 2 deletions
|
|
@ -412,9 +412,9 @@ let view_post ?is_thread_preview post_id =
|
||||||
let post_info_view =
|
let post_info_view =
|
||||||
Format.sprintf
|
Format.sprintf
|
||||||
{|
|
{|
|
||||||
<div class="postInfo"
|
<div class="postInfo">
|
||||||
<span class=nick>%s</span>
|
<span class=nick>%s</span>
|
||||||
<span class=date unix-time="%d"></span>
|
<span class=date data-time="%d"></span>
|
||||||
<span class=postNo>
|
<span class=postNo>
|
||||||
<a href="#%s" title="Link to this post">No.</a>
|
<a href="#%s" title="Link to this post">No.</a>
|
||||||
<a href="javascript:insert_quote('%s')" "class=quoteLink title="Reply to this post">%s</a>
|
<a href="javascript:insert_quote('%s')" "class=quoteLink title="Reply to this post">%s</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue