Skip to content

Commit

Permalink
Bubble: Fixed wrong multiple next placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jul 8, 2024
1 parent 3863763 commit f91ea74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions themes/chatview/psi/bubble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<div class="msg mymsg" data-nick="%escapeURI{sender}%" data-local="1">
<div class='avatar'><img src='%avatarurl%'/></div>
%template{messageGroupping}%
%next%
</div>
`;

Expand All @@ -37,7 +36,6 @@
<div class="reply">Reply</div>
</div>
%template{messageGroupping}%
%next%
</div>
`;

Expand Down

0 comments on commit f91ea74

Please sign in to comment.