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
chore: ignore more Thymeleaf-related violations from html5validator
Previously the build failed with:
"file:src/main/webapp/WEB-INF/views/series/add.html":18.2-21.133: info warning: Attribute "th:data-suggest-category-url" is not serializable as XML 1.0.
"file:src/main/webapp/WEB-INF/views/series/add.html":18.2-21.133: info warning: Attribute "th:data-suggest-country-url" is not serializable as XML 1.0.
"file:src/main/webapp/WEB-INF/views/series/add.html":18.2-21.133: error: Attribute "th:data-suggest-category-url" not allowed on element "body" at this point.
"file:src/main/webapp/WEB-INF/views/series/add.html":18.2-21.133: error: Attribute "th:data-suggest-country-url" not allowed on element "body" at this point.
Correction for 1025e57 commit.
0 commit comments