@@ -1062,7 +1062,7 @@ $('#my-alert').bind('closed', function () {
10621062 <p >{ {_i} }Do more with buttons. Control button states or create groups of buttons for more components like toolbars.{ {/i} }</p >
10631063
10641064 <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 >
10661066 <div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
10671067 <button type =" button" id =" fat-btn" data-loading-text =" loading..." class =" btn btn-primary" >
10681068 { {_i} }Loading state{ {/i} }
@@ -1071,14 +1071,14 @@ $('#my-alert').bind('closed', function () {
10711071 <pre class =" prettyprint linenums" >< ; button type="button" class="btn btn-primary" data-loading-text="Loading..."> ; Loading state< ; /button> ; </pre >
10721072
10731073 <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 >
10751075 <div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
10761076 <button type =" button" class =" btn btn-primary" data-toggle =" button" >{ {_i} }Single Toggle{ {/i} }</button >
10771077 </div >{ {! /example } }
10781078 <pre class =" prettyprint linenums" >< ; button type="button" class="btn btn-primary" data-toggle="button"> ; Single Toggle< ; /button> ; </pre >
10791079
10801080 <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 >
10821082 <div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
10831083 <div class =" btn-group" data-toggle =" buttons-checkbox" >
10841084 <button type =" button" class =" btn btn-primary" >{ {_i} }Left{ {/i} }</button >
@@ -1095,7 +1095,7 @@ $('#my-alert').bind('closed', function () {
10951095</pre >
10961096
10971097 <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 >
10991099 <div class =" bs-docs-example" style =" padding-bottom : 24px ;" >
11001100 <div class =" btn-group" data-toggle =" buttons-radio" >
11011101 <button type =" button" class =" btn btn-primary" >{ {_i} }Left{ {/i} }</button >
0 commit comments