Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ef368f00
Commit
ef368f00
authored
Apr 30, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#3263: typo in forms docs
parent
b6b354ce
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/base-css.html
docs/base-css.html
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+1
-1
No files found.
docs/base-css.html
View file @
ef368f00
...
@@ -1272,7 +1272,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1272,7 +1272,7 @@ For example, <code>section</code> should be wrapped as inline.
</label>
</label>
<label
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios2"
value=
"option2"
>
<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>
</label>
</div>
</div>
</div>
</div>
...
...
docs/templates/pages/base-css.mustache
View file @
ef368f00
...
@@ -1195,7 +1195,7 @@
...
@@ -1195,7 +1195,7 @@
</label>
</label>
<label
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"optionsRadios"
id=
"optionsRadios2"
value=
"option2"
>
<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>
</label>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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