@@ -1062,7 +1062,7 @@ $('#my-alert').bind('closed', function () {
1062
1062
<p >{ {_i} }Do more with buttons. Control button states or create groups of buttons for more components like toolbars.{ {/i} }</p >
1063
1063
1064
1064
<h4 >{ {_i} }Stateful{ {/i} }</h4 >
1065
- <p >{ {_i} }Add data-loading-text="Loading..." to use a loading state on a button.{ {/i} }</p >
1065
+ <p >{ {_i} }Add < code > data-loading-text="Loading..."</ code > to use a loading state on a button.{ {/i} }</p >
1066
1066
<div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
1067
1067
<button type =" button" id =" fat-btn" data-loading-text =" loading..." class =" btn btn-primary" >
1068
1068
{ {_i} }Loading state{ {/i} }
@@ -1071,14 +1071,14 @@ $('#my-alert').bind('closed', function () {
1071
1071
<pre class =" prettyprint linenums" >< ; button type="button" class="btn btn-primary" data-loading-text="Loading..."> ; Loading state< ; /button> ; </pre >
1072
1072
1073
1073
<h4 >{ {_i} }Single toggle{ {/i} }</h4 >
1074
- <p >{ {_i} }Add data-toggle="button" to activate toggling on a single button.{ {/i} }</p >
1074
+ <p >{ {_i} }Add < code > data-toggle="button"</ code > to activate toggling on a single button.{ {/i} }</p >
1075
1075
<div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
1076
1076
<button type =" button" class =" btn btn-primary" data-toggle =" button" >{ {_i} }Single Toggle{ {/i} }</button >
1077
1077
</div >{ {! /example } }
1078
1078
<pre class =" prettyprint linenums" >< ; button type="button" class="btn btn-primary" data-toggle="button"> ; Single Toggle< ; /button> ; </pre >
1079
1079
1080
1080
<h4 >{ {_i} }Checkbox{ {/i} }</h4 >
1081
- <p >{ {_i} }Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.{ {/i} }</p >
1081
+ <p >{ {_i} }Add < code > data-toggle="buttons-checkbox"</ code > for checkbox style toggling on btn-group.{ {/i} }</p >
1082
1082
<div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
1083
1083
<div class =" btn-group" data-toggle =" buttons-checkbox" >
1084
1084
<button type =" button" class =" btn btn-primary" >{ {_i} }Left{ {/i} }</button >
@@ -1095,7 +1095,7 @@ $('#my-alert').bind('closed', function () {
1095
1095
</pre >
1096
1096
1097
1097
<h4 >{ {_i} }Radio{ {/i} }</h4 >
1098
- <p >{ {_i} }Add data-toggle="buttons-radio" for radio style toggling on btn-group.{ {/i} }</p >
1098
+ <p >{ {_i} }Add < code > data-toggle="buttons-radio"</ code > for radio style toggling on btn-group.{ {/i} }</p >
1099
1099
<div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
1100
1100
<div class =" btn-group" data-toggle =" buttons-radio" >
1101
1101
<button type =" button" class =" btn btn-primary" >{ {_i} }Left{ {/i} }</button >
0 commit comments