Fix for clip.html

This commit is contained in:
Oliver 2021-09-04 08:45:06 +10:00
parent 514db57c0c
commit 0a8365e3bc
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ on:
jobs:
javascript:
html:
runs-on: ubuntu-latest
env:

View File

@ -1,5 +1,5 @@
{% load i18n %}
<span class="float-right">
<button class="btn clip-btn" type="button" data-toggle='tooltip' title='{% trans "copy to clipboard" %}'><i class="fas fa-copy"></em></button>
<button class="btn clip-btn" type="button" data-toggle='tooltip' title='{% trans "copy to clipboard" %}'><em class="fas fa-copy"></em></button>
</span>