diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-07-30 14:16:58 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-07-30 14:16:58 +0200 |
commit | 7eb656dd0a461f2782e601753ee96736b7ef0d3c (patch) | |
tree | 26118f86d0372c9a34b9636cd4c31a7492bc0e01 /templates/layouts/legacy.html.ep | |
parent | 44c35c7aadb4c7992c484053a6f4ddb4368bcb2e (diff) |
do not mis-use aria-label; use aria-hidden and CSS content clipping instead
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index ce4d507..2d2af1d 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -17,7 +17,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } - % my $av = 'v55'; # asset version + % my $av = 'v56'; # asset version %= stylesheet "/static/${av}/css/default.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" |