Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
499f9dc9
Commit
499f9dc9
authored
7 years ago
by
XhmikosR
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
js/tests/visual/tab.html: fix HTML validation errors. (#24183)
parent
3624025a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/tests/visual/tab.html
+4
-4
js/tests/visual/tab.html
with
4 additions
and
4 deletions
+4
-4
js/tests/visual/tab.html
+
4
-
4
View file @
499f9dc9
...
@@ -200,10 +200,10 @@
...
@@ -200,10 +200,10 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-4"
>
<div
class=
"col-4"
>
<div
class=
"list-group"
id=
"list-tab"
role=
"tablist"
>
<div
class=
"list-group"
id=
"list-tab"
role=
"tablist"
>
<a
class=
"list-group-item list-group-item-action active"
id=
"list-home-list"
data-toggle=
"tab"
href=
"#list-home"
role=
"tab"
aria-controls=
"home"
>
Home
</a>
<a
class=
"list-group-item list-group-item-action active"
id=
"list-home-list"
data-toggle=
"tab"
href=
"#list-home"
role=
"tab"
aria-controls=
"
list-
home"
>
Home
</a>
<a
class=
"list-group-item list-group-item-action"
id=
"list-profile-list"
data-toggle=
"tab"
href=
"#list-profile"
role=
"tab"
aria-controls=
"profile"
>
Profile
</a>
<a
class=
"list-group-item list-group-item-action"
id=
"list-profile-list"
data-toggle=
"tab"
href=
"#list-profile"
role=
"tab"
aria-controls=
"
list-
profile"
>
Profile
</a>
<a
class=
"list-group-item list-group-item-action"
id=
"list-messages-list"
data-toggle=
"tab"
href=
"#list-messages"
role=
"tab"
aria-controls=
"messages"
>
Messages
</a>
<a
class=
"list-group-item list-group-item-action"
id=
"list-messages-list"
data-toggle=
"tab"
href=
"#list-messages"
role=
"tab"
aria-controls=
"
list-
messages"
>
Messages
</a>
<a
class=
"list-group-item list-group-item-action"
id=
"list-settings-list"
data-toggle=
"tab"
href=
"#list-settings"
role=
"tab"
aria-controls=
"settings"
>
Settings
</a>
<a
class=
"list-group-item list-group-item-action"
id=
"list-settings-list"
data-toggle=
"tab"
href=
"#list-settings"
role=
"tab"
aria-controls=
"
list-
settings"
>
Settings
</a>
</div>
</div>
</div>
</div>
<div
class=
"col-8"
>
<div
class=
"col-8"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment