diff options
| author | Mark Otto <[email protected]> | 2012-02-01 18:27:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 18:27:38 -0800 |
| commit | f34ddb5c3f214b75de36aec2b1631844166bb8cc (patch) | |
| tree | bcb7686f3d3158dd6dfda459e017df2e204c3def /docs | |
| parent | 94c2c70e6e0a67f30b45efc35806f29d7deaa810 (diff) | |
| download | bootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.tar.xz bootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.zip | |
nuke all curly ticks
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56824 -> 56824 bytes | |||
| -rw-r--r-- | docs/base-css.html | 8 | ||||
| -rw-r--r-- | docs/components.html | 10 | ||||
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 8 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 10 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
7 files changed, 20 insertions, 20 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 166bb2a22..a1ef66887 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/base-css.html b/docs/base-css.html index 0eb35b641..5aa0257c7 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -914,7 +914,7 @@ For example, <code>section</code> should be wrapped as inline. <div class="controls"> <label class="checkbox"> <input type="checkbox" id="optionsCheckbox" value="option1"> - Option one is this and that—be sure to include why it’s great + Option one is this and that—be sure to include why it's great </label> </div> </div> @@ -1145,7 +1145,7 @@ For example, <code>section</code> should be wrapped as inline. <div class="controls"> <label class="checkbox"> <input type="checkbox" name="optionsCheckboxList1" value="option1"> - Option one is this and that—be sure to include why it’s great + Option one is this and that—be sure to include why it's great </label> <label class="checkbox"> <input type="checkbox" name="optionsCheckboxList2" value="option2"> @@ -1163,7 +1163,7 @@ For example, <code>section</code> should be wrapped as inline. <div class="controls"> <label class="radio"> <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked> - Option one is this and that—be sure to include why it’s great + Option one is this and that—be sure to include why it's great </label> <label class="radio"> <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"> @@ -1252,7 +1252,7 @@ For example, <code>section</code> should be wrapped as inline. </div> <div class="span4"> <h3>For anchors and forms</h3> - <p>Button styles can be applied to anything with the <code>.btn</code> applied. However, typically you’ll want to apply these to only <code><a></code> and <code><button></code> elements.</p> + <p>Button styles can be applied to anything with the <code>.btn</code> applied. However, typically you'll want to apply these to only <code><a></code> and <code><button></code> elements.</p> </div> <div class="span4"> <p><strong>Note:</strong> All buttons must include the <code>.btn</code> class. Button styles should be applied to <code><button></code> and <code><a></code> elements for consistency.</p> diff --git a/docs/components.html b/docs/components.html index 33601126d..c40d55613 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1295,25 +1295,25 @@ <p>Wrap your message and an optional close icon in a div with simple class.</p> <div class="alert"> <a class="close">×</a> - <strong>Warning!</strong> Best check yo self, you’re not looking too good. + <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> <pre class="prettyprint linenums"> <div class="alert"> <a class="close">×</a> - <strong>Warning!</strong> Best check yo self, you’re not looking too good. + <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> </pre> <p>Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.</p> <div class="alert alert-block"> <a class="close">×</a> <h4 class="alert-heading">Warning!</h4> - <p>Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> + <p>Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> </div> <pre class="prettyprint linenums"> <div class="alert alert-block"> <a class="close">×</a> <h4 class="alert-heading">Warning!</h4> - Best check yo self, you’re not... + Best check yo self, you're not... </div> </pre> </div> @@ -1349,7 +1349,7 @@ <h3>Information</h3> <div class="alert alert-info"> <a class="close">×</a> - <strong>Heads up!</strong> This alert needs your attention, but it’s not super important. + <strong>Heads up!</strong> This alert needs your attention, but it's not super important. </div> <pre class="prettyprint linenums"> <div class="alert alert-info"> diff --git a/docs/javascript.html b/docs/javascript.html index d74fc5234..92e327d19 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -910,7 +910,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>The alerts plugin works on regular alert messages, and block messages.</p> <div class="alert fade in"> <a class="close" data-dismiss="alert" href="#">×</a> - <strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good. + <strong>Holy guacamole!</strong> Best check yo self, you're not looking too good. </div> <div class="alert alert-block alert-error fade in"> <a class="close" data-dismiss="alert" href="#">×</a> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index cc235ffd0..4c8e9ba08 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -838,7 +838,7 @@ <div class="controls"> <label class="checkbox"> <input type="checkbox" id="optionsCheckbox" value="option1"> - {{_i}}Option one is this and that—be sure to include why it’s great{{/i}} + {{_i}}Option one is this and that—be sure to include why it's great{{/i}} </label> </div> </div> @@ -1069,7 +1069,7 @@ <div class="controls"> <label class="checkbox"> <input type="checkbox" name="optionsCheckboxList1" value="option1"> - {{_i}}Option one is this and that—be sure to include why it’s great{{/i}} + {{_i}}Option one is this and that—be sure to include why it's great{{/i}} </label> <label class="checkbox"> <input type="checkbox" name="optionsCheckboxList2" value="option2"> @@ -1087,7 +1087,7 @@ <div class="controls"> <label class="radio"> <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked> - {{_i}}Option one is this and that—be sure to include why it’s great{{/i}} + {{_i}}Option one is this and that—be sure to include why it's great{{/i}} </label> <label class="radio"> <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2"> @@ -1176,7 +1176,7 @@ </div> <div class="span4"> <h3>{{_i}}For anchors and forms{{/i}}</h3> - <p>{{_i}}Button styles can be applied to anything with the <code>.btn</code> applied. However, typically you’ll want to apply these to only <code><a></code> and <code><button></code> elements.{{/i}}</p> + <p>{{_i}}Button styles can be applied to anything with the <code>.btn</code> applied. However, typically you'll want to apply these to only <code><a></code> and <code><button></code> elements.{{/i}}</p> </div> <div class="span4"> <p>{{_i}}<strong>Note:</strong> All buttons must include the <code>.btn</code> class. Button styles should be applied to <code><button></code> and <code><a></code> elements for consistency.{{/i}}</p> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index c78b94804..d7b3efcae 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1219,25 +1219,25 @@ <p>{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}</p> <div class="alert"> <a class="close">×</a> - <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you’re not looking too good.{{/i}} + <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}} </div> <pre class="prettyprint linenums"> <div class="alert"> <a class="close">×</a> - <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you’re not looking too good.{{/i}} + <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}} </div> </pre> <p>{{_i}}Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.{{/i}}</p> <div class="alert alert-block"> <a class="close">×</a> <h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4> - <p>{{_i}}Best check yo self, you’re not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> + <p>{{_i}}Best check yo self, you're not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> </div> <pre class="prettyprint linenums"> <div class="alert alert-block"> <a class="close">×</a> <h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4> - {{_i}}Best check yo self, you’re not...{{/i}} + {{_i}}Best check yo self, you're not...{{/i}} </div> </pre> </div> @@ -1273,7 +1273,7 @@ <h3>{{_i}}Information{{/i}}</h3> <div class="alert alert-info"> <a class="close">×</a> - <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}This alert needs your attention, but it’s not super important.{{/i}} + <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}This alert needs your attention, but it's not super important.{{/i}} </div> <pre class="prettyprint linenums"> <div class="alert alert-info"> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 003a43869..aedd21f53 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -834,7 +834,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>{{_i}}The alerts plugin works on regular alert messages, and block messages.{{/i}}</p> <div class="alert fade in"> <a class="close" data-dismiss="alert" href="#">×</a> - <strong>{{_i}}Holy guacamole!{{/i}}</strong> {{_i}}Best check yo self, you’re not looking too good.{{/i}} + <strong>{{_i}}Holy guacamole!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}} </div> <div class="alert alert-block alert-error fade in"> <a class="close" data-dismiss="alert" href="#">×</a> |
