1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

add alert role to alert message element

This commit is contained in:
krvpb024 2024-02-05 14:20:05 +08:00 committed by Frédéric Guillot
parent 4f57309380
commit 39368ece9a
24 changed files with 33 additions and 33 deletions

View file

@ -9,7 +9,7 @@
{{ define "content"}}
{{ if eq (len .users) 1 }}
<p class="alert">{{ t "alert.no_user" }}</p>
<p role="alert" class="alert">{{ t "alert.no_user" }}</p>
{{ else }}
<table>
<tr>