diff options
author | Mario <mario@mariovavti.com> | 2024-08-09 08:56:52 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-09 08:56:52 +0000 |
commit | 30aa0e38220df2d07da0852f491d94f1f0796c48 (patch) | |
tree | 12eb7fe1e7b6f44685dc11b1c7f611b8c26cc953 /view/tpl | |
parent | cadc7ee29eb7db64c47bf3269b630eeeb8f7185e (diff) | |
download | volse-hubzilla-30aa0e38220df2d07da0852f491d94f1f0796c48.tar.gz volse-hubzilla-30aa0e38220df2d07da0852f491d94f1f0796c48.tar.bz2 volse-hubzilla-30aa0e38220df2d07da0852f491d94f1f0796c48.zip |
fa2bi fixes
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 4eee6f1ac..294750398 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -258,7 +258,7 @@ <div class="modal-content"> <div class="modal-header"> <h3 class="modal-title" id="expiryModalLabel">{{$jotnets_label}}</h3> - <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true">×</button> + <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button> </div> <div class="modal-body"> {{$jotnets}} |