mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Fix typo in One class, multiple tags section
This commit is contained in:
@@ -1554,7 +1554,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||||||
<input class="btn" type="button" value="Input">
|
<input class="btn" type="button" value="Input">
|
||||||
<input class="btn" type="submit" value="Submit">
|
<input class="btn" type="submit" value="Submit">
|
||||||
</pre>
|
</pre>
|
||||||
<p>As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.</p>
|
<p>As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
@@ -1491,7 +1491,7 @@
|
|||||||
<input class="btn" type="button" value="{{_i}}Input{{/i}}">
|
<input class="btn" type="button" value="{{_i}}Input{{/i}}">
|
||||||
<input class="btn" type="submit" value="{{_i}}Submit{{/i}}">
|
<input class="btn" type="submit" value="{{_i}}Submit{{/i}}">
|
||||||
</pre>
|
</pre>
|
||||||
<p>{{_i}}As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.{{/i}}</p>
|
<p>{{_i}}As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input</code>, use an <code><input type="submit"></code> for your button.{{/i}}</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user