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
ef368f00
Commit
ef368f00
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
#3263: typo in forms docs
parent
b6b354ce
3 merge requests
!3609
2.0.4 wip fix make docs
,
!3549
Clear tooltips delayed show timer when leave event is triggered. ALSO when hide delay is 0.
,
!3348
Patch 2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/base-css.html
+1
-1
docs/base-css.html
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/base-css.mustache
with
2 additions
and
2 deletions
+2
-2
docs/base-css.html
+
1
-
1
View file @
ef368f00
...
...
@@ -1272,7 +1272,7 @@ For example, <code>section</code> should be wrapped as inline.
</label>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios2"
value=
"option2"
>
Option two can
is
something else and selecting it will deselect option one
Option two can
be
something else and selecting it will deselect option one
</label>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/base-css.mustache
+
1
-
1
View file @
ef368f00
...
...
@@ -1195,7 +1195,7 @@
</label>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios2"
value=
"option2"
>
{{
_i
}}
Option two can
is
something else and selecting it will deselect option one
{{/
i
}}
{{
_i
}}
Option two can
be
something else and selecting it will deselect option one
{{/
i
}}
</label>
</div>
</div>
...
...
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