diff options
Diffstat (limited to 'static/posts.html')
-rw-r--r-- | static/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/posts.html b/static/posts.html index 5810348..17421af 100644 --- a/static/posts.html +++ b/static/posts.html @@ -54,7 +54,7 @@ {{ end }} {{ end }} {{ range $replies.OrderedItems }} - <div id="{{ short $board.Actor.Outbox .Id }}"> + <div id="{{ .Id }}"> <div style="display: inline-block; overflow: auto;"> <div style="float: left; display: block; margin-right: 5px;">>></div> <div class="post" style="overflow: auto; padding: 5px; margin-bottom: 2px;"> |