Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
radix-3437559
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
radix-3437559
Commits
4fdb15ab
Commit
4fdb15ab
authored
1 year ago
by
Fran Rouco
Committed by
Sohail Lajevardi
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3363735
by frouco: W3C validation - trailing slash on void elements
parent
a65ab13c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/form/input.twig
+1
-1
1 addition, 1 deletion
src/components/form/input.twig
src/components/image/image.twig
+1
-1
1 addition, 1 deletion
src/components/image/image.twig
with
2 additions
and
2 deletions
src/components/form/input.twig
+
1
−
1
View file @
4fdb15ab
...
...
@@ -20,4 +20,4 @@
]
|
merge
(
utility_classes
?
utility_classes
:
[])
%}
<input
{{
attributes.addClass
(
input_classes
)
}}
/
>
{{
children
}}
<input
{{
attributes.addClass
(
input_classes
)
}}
>
{{
children
}}
This diff is collapsed.
Click to expand it.
src/components/image/image.twig
+
1
−
1
View file @
4fdb15ab
...
...
@@ -16,4 +16,4 @@
align
==
'center'
?
'mx-auto d-block'
,
]
|
merge
(
utility_classes
?
utility_classes
:
[])
%}
<img
{{
attributes.addClass
(
classes
)
}}
/
>
<img
{{
attributes.addClass
(
classes
)
}}
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment