click them all!

This commit is contained in:
Swrup 2022-02-21 04:11:25 +01:00
parent 5027d383a9
commit 41a7e2678c
2 changed files with 29 additions and 5 deletions

View file

@ -127,11 +127,11 @@ let pp_thread_preview fmt op =
let thread_preview =
Format.fprintf fmt
{|
<div class="thread-preview">
<div class="thread-preview" data-id="%s" >
%a
</div>
|}
pp_post
post.id pp_post
(Op (thread_data, post))
in
thread_preview