You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
There are few code errors that leads to various issues when trying to validate event page. Here are some of them in events.html.twig
An img element must have an alt attribute, except under certain conditions.
Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag. <a href="{{ event.url }}" class="event-button" />{{ 'PLUGIN_EVENTS.EVENTS.BUTTON'|t }}</a>
Section lacks heading. Consider using h2-h6 elements to <section class="featured-events">
I only tried validate page created by events.html.twig, haven't validate other pages.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are few code errors that leads to various issues when trying to validate event page. Here are some of them in events.html.twig
An img element must have an alt attribute, except under certain conditions.
Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
<a href="{{ event.url }}" class="event-button" />{{ 'PLUGIN_EVENTS.EVENTS.BUTTON'|t }}</a>
Section lacks heading. Consider using h2-h6 elements to
<section class="featured-events">
I only tried validate page created by events.html.twig, haven't validate other pages.
The text was updated successfully, but these errors were encountered: