This commit is contained in:
Matt Friedman 2025-06-03 04:23:58 +00:00 committed by GitHub
commit a5a2b3a4c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,4 +4,4 @@
to hide visually and `aria-hidden="true"` to hide from screen-readers; using
`hidden` or `display: none` would prevent the task from running.
#}
<img class="sr-only" aria-hidden="true" src="{{ CRON_TASK_URL|e('html_attr') }}" width="1" height="1" alt="">
<img class="sr-only" aria-hidden="true" src="{{ CRON_TASK_URL|e('url') }}" width="1" height="1" alt="">