add all event from ocaml

This commit is contained in:
Swrup 2022-02-18 18:31:55 +01:00
parent c18af91a9f
commit 5785252c7f
8 changed files with 52 additions and 15 deletions

View file

@ -57,8 +57,8 @@ let view_post ?is_thread_preview post_id =
Format.fprintf fmt
{|
<span class=postNo>
<a href="#%s" title="Link to this post">#</a>
<a href="javascript:insert_quote('%s')" class="quoteLink" title="Reply to this post">%s</a>
<a href="#%s" title="Link to this post" class="quote">#</a>
<button data-id="%s" class="quoteLink" title="Reply to this post">%s</button>
</span>
%a
|}