diff options
author | r <r@freesoftwareextremist.com> | 2021-05-30 07:03:29 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-05-30 07:03:29 +0000 |
commit | 44d4b0d379ddfe004bff710c5c3cb44692500ad4 (patch) | |
tree | 779400e08c63cdfe911f7ff93651d167f87f3224 /templates | |
parent | 7c7ab09d5126b1e63ae728013459ea4ccd3269fd (diff) | |
download | bloat-44d4b0d379ddfe004bff710c5c3cb44692500ad4.tar.gz bloat-44d4b0d379ddfe004bff710c5c3cb44692500ad4.zip |
Fix css box and emoji list style
Diffstat (limited to 'templates')
-rw-r--r-- | templates/emoji.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/emoji.tmpl b/templates/emoji.tmpl index 551d6f6..ee84522 100644 --- a/templates/emoji.tmpl +++ b/templates/emoji.tmpl @@ -7,7 +7,7 @@ <div class="emoji-item-container"> <div class="emoji-item"> <img class="emoji" src="{{.URL}}" alt="{{.ShortCode}}" height="32" /> - <span class="emoji-shortcode">:{{.ShortCode}}:</span> + <span title=":{{.ShortCode}}:" class="emoji-shortcode">:{{.ShortCode}}:</span> </div> </div> {{end}} |