Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3e15e40a
Commit
3e15e40a
authored
10 years ago
by
vsn4ik
Browse files
Options
Download
Email Patches
Plain Diff
dropdowns.html: Remove wrong "type" attribute.
parent
2c464185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/js/dropdowns.html
+1
-1
docs/_includes/js/dropdowns.html
with
1 addition
and
1 deletion
+1
-1
docs/_includes/js/dropdowns.html
+
1
-
1
View file @
3e15e40a
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
<p>
To keep URLs intact with link buttons, use the
<code>
data-target
</code>
attribute instead of
<code>
href="#"
</code>
.
</p>
<p>
To keep URLs intact with link buttons, use the
<code>
data-target
</code>
attribute instead of
<code>
href="#"
</code>
.
</p>
{% highlight html %}
{% highlight html %}
<div
class=
"dropdown"
>
<div
class=
"dropdown"
>
<a
id=
"dLabel"
data-target=
"#"
href=
"http://example.com"
type=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<a
id=
"dLabel"
data-target=
"#"
href=
"http://example.com"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown trigger
Dropdown trigger
<span
class=
"caret"
></span>
<span
class=
"caret"
></span>
</a>
</a>
...
...
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
Menu
Explore
Projects
Groups
Snippets