Skip to content

Commit f34ddb5

Browse files
committed
nuke all curly ticks
1 parent 94c2c70 commit f34ddb5

8 files changed

+22
-22
lines changed

docs/assets/bootstrap.zip

0 Bytes
Binary file not shown.

docs/base-css.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ <h2>Horizontal forms</h2>
914914
<div class="controls">
915915
<label class="checkbox">
916916
<input type="checkbox" id="optionsCheckbox" value="option1">
917-
Option one is this and that&mdash;be sure to include why its great
917+
Option one is this and that&mdash;be sure to include why it's great
918918
</label>
919919
</div>
920920
</div>
@@ -1145,7 +1145,7 @@ <h3>Form validation</h3>
11451145
<div class="controls">
11461146
<label class="checkbox">
11471147
<input type="checkbox" name="optionsCheckboxList1" value="option1">
1148-
Option one is this and that&mdash;be sure to include why its great
1148+
Option one is this and that&mdash;be sure to include why it's great
11491149
</label>
11501150
<label class="checkbox">
11511151
<input type="checkbox" name="optionsCheckboxList2" value="option2">
@@ -1163,7 +1163,7 @@ <h3>Form validation</h3>
11631163
<div class="controls">
11641164
<label class="radio">
11651165
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
1166-
Option one is this and that&mdash;be sure to include why its great
1166+
Option one is this and that&mdash;be sure to include why it's great
11671167
</label>
11681168
<label class="radio">
11691169
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
@@ -1252,7 +1252,7 @@ <h3>Buttons for actions</h3>
12521252
</div>
12531253
<div class="span4">
12541254
<h3>For anchors and forms</h3>
1255-
<p>Button styles can be applied to anything with the <code>.btn</code> applied. However, typically youll want to apply these to only <code>&lt;a&gt;</code> and <code>&lt;button&gt;</code> elements.</p>
1255+
<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>&lt;a&gt;</code> and <code>&lt;button&gt;</code> elements.</p>
12561256
</div>
12571257
<div class="span4">
12581258
<p><strong>Note:</strong> All buttons must include the <code>.btn</code> class. Button styles should be applied to <code>&lt;button&gt;</code> and <code>&lt;a&gt;</code> elements for consistency.</p>

docs/components.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1295,25 +1295,25 @@ <h3>Example alerts</h3>
12951295
<p>Wrap your message and an optional close icon in a div with simple class.</p>
12961296
<div class="alert">
12971297
<a class="close">&times;</a>
1298-
<strong>Warning!</strong> Best check yo self, youre not looking too good.
1298+
<strong>Warning!</strong> Best check yo self, you're not looking too good.
12991299
</div>
13001300
<pre class="prettyprint linenums">
13011301
&lt;div class="alert"&gt;
13021302
&lt;a class="close"&gt;&times;&lt;/a&gt;
1303-
&lt;strong&gt;Warning!&lt;/strong&gt; Best check yo self, youre not looking too good.
1303+
&lt;strong&gt;Warning!&lt;/strong&gt; Best check yo self, you're not looking too good.
13041304
&lt;/div&gt;
13051305
</pre>
13061306
<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>
13071307
<div class="alert alert-block">
13081308
<a class="close">&times;</a>
13091309
<h4 class="alert-heading">Warning!</h4>
1310-
<p>Best check yo self, youre not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
1310+
<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>
13111311
</div>
13121312
<pre class="prettyprint linenums">
13131313
&lt;div class="alert alert-block"&gt;
13141314
&lt;a class="close"&gt;&times;&lt;/a&gt;
13151315
&lt;h4 class="alert-heading"&gt;Warning!&lt;/h4&gt;
1316-
Best check yo self, youre not...
1316+
Best check yo self, you're not...
13171317
&lt;/div&gt;
13181318
</pre>
13191319
</div>
@@ -1349,7 +1349,7 @@ <h3>Success</h3>
13491349
<h3>Information</h3>
13501350
<div class="alert alert-info">
13511351
<a class="close">&times;</a>
1352-
<strong>Heads up!</strong> This alert needs your attention, but its not super important.
1352+
<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
13531353
</div>
13541354
<pre class="prettyprint linenums">
13551355
&lt;div class="alert alert-info"&gt;

docs/javascript.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ <h2>Example alerts</h2>
910910
<p>The alerts plugin works on regular alert messages, and block messages.</p>
911911
<div class="alert fade in">
912912
<a class="close" data-dismiss="alert" href="#">&times;</a>
913-
<strong>Holy guacamole!</strong> Best check yo self, youre not looking too good.
913+
<strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
914914
</div>
915915
<div class="alert alert-block alert-error fade in">
916916
<a class="close" data-dismiss="alert" href="#">&times;</a>

docs/templates/pages/base-css.mustache

+4-4
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@
838838
<div class="controls">
839839
<label class="checkbox">
840840
<input type="checkbox" id="optionsCheckbox" value="option1">
841-
{{_i}}Option one is this and that&mdash;be sure to include why its great{{/i}}
841+
{{_i}}Option one is this and that&mdash;be sure to include why it's great{{/i}}
842842
</label>
843843
</div>
844844
</div>
@@ -1069,7 +1069,7 @@
10691069
<div class="controls">
10701070
<label class="checkbox">
10711071
<input type="checkbox" name="optionsCheckboxList1" value="option1">
1072-
{{_i}}Option one is this and that&mdash;be sure to include why its great{{/i}}
1072+
{{_i}}Option one is this and that&mdash;be sure to include why it's great{{/i}}
10731073
</label>
10741074
<label class="checkbox">
10751075
<input type="checkbox" name="optionsCheckboxList2" value="option2">
@@ -1087,7 +1087,7 @@
10871087
<div class="controls">
10881088
<label class="radio">
10891089
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
1090-
{{_i}}Option one is this and that&mdash;be sure to include why its great{{/i}}
1090+
{{_i}}Option one is this and that&mdash;be sure to include why it's great{{/i}}
10911091
</label>
10921092
<label class="radio">
10931093
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
@@ -1176,7 +1176,7 @@
11761176
</div>
11771177
<div class="span4">
11781178
<h3>{{_i}}For anchors and forms{{/i}}</h3>
1179-
<p>{{_i}}Button styles can be applied to anything with the <code>.btn</code> applied. However, typically youll want to apply these to only <code>&lt;a&gt;</code> and <code>&lt;button&gt;</code> elements.{{/i}}</p>
1179+
<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>&lt;a&gt;</code> and <code>&lt;button&gt;</code> elements.{{/i}}</p>
11801180
</div>
11811181
<div class="span4">
11821182
<p>{{_i}}<strong>Note:</strong> All buttons must include the <code>.btn</code> class. Button styles should be applied to <code>&lt;button&gt;</code> and <code>&lt;a&gt;</code> elements for consistency.{{/i}}</p>

docs/templates/pages/components.mustache

+5-5
Original file line numberDiff line numberDiff line change
@@ -1219,25 +1219,25 @@
12191219
<p>{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}</p>
12201220
<div class="alert">
12211221
<a class="close">&times;</a>
1222-
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, youre not looking too good.{{/i}}
1222+
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
12231223
</div>
12241224
<pre class="prettyprint linenums">
12251225
&lt;div class="alert"&gt;
12261226
&lt;a class="close"&gt;&times;&lt;/a&gt;
1227-
&lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, youre not looking too good.{{/i}}
1227+
&lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, you're not looking too good.{{/i}}
12281228
&lt;/div&gt;
12291229
</pre>
12301230
<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>
12311231
<div class="alert alert-block">
12321232
<a class="close">&times;</a>
12331233
<h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4>
1234-
<p>{{_i}}Best check yo self, youre not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
1234+
<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>
12351235
</div>
12361236
<pre class="prettyprint linenums">
12371237
&lt;div class="alert alert-block"&gt;
12381238
&lt;a class="close"&gt;&times;&lt;/a&gt;
12391239
&lt;h4 class="alert-heading"&gt;{{_i}}Warning!{{/i}}&lt;/h4&gt;
1240-
{{_i}}Best check yo self, youre not...{{/i}}
1240+
{{_i}}Best check yo self, you're not...{{/i}}
12411241
&lt;/div&gt;
12421242
</pre>
12431243
</div>
@@ -1273,7 +1273,7 @@
12731273
<h3>{{_i}}Information{{/i}}</h3>
12741274
<div class="alert alert-info">
12751275
<a class="close">&times;</a>
1276-
<strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}This alert needs your attention, but its not super important.{{/i}}
1276+
<strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}This alert needs your attention, but it's not super important.{{/i}}
12771277
</div>
12781278
<pre class="prettyprint linenums">
12791279
&lt;div class="alert alert-info"&gt;

docs/templates/pages/javascript.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
834834
<p>{{_i}}The alerts plugin works on regular alert messages, and block messages.{{/i}}</p>
835835
<div class="alert fade in">
836836
<a class="close" data-dismiss="alert" href="#">&times;</a>
837-
<strong>{{_i}}Holy guacamole!{{/i}}</strong> {{_i}}Best check yo self, youre not looking too good.{{/i}}
837+
<strong>{{_i}}Holy guacamole!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
838838
</div>
839839
<div class="alert alert-block alert-error fade in">
840840
<a class="close" data-dismiss="alert" href="#">&times;</a>

js/tests/unit/bootstrap-alert.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $(function () {
1313
test("should fade element out on clicking .close", function () {
1414
var alertHTML = '<div class="alert-message warning fade in">'
1515
+ '<a class="close" href="#" data-dismiss="alert">×</a>'
16-
+ '<p><strong>Holy guacamole!</strong> Best check yo self, youre not looking too good.</p>'
16+
+ '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>'
1717
+ '</div>'
1818
, alert = $(alertHTML).alert()
1919

@@ -27,7 +27,7 @@ $(function () {
2727

2828
var alertHTML = '<div class="alert-message warning fade in">'
2929
+ '<a class="close" href="#" data-dismiss="alert">×</a>'
30-
+ '<p><strong>Holy guacamole!</strong> Best check yo self, youre not looking too good.</p>'
30+
+ '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>'
3131
+ '</div>'
3232
, alert = $(alertHTML).appendTo('#qunit-fixture').alert()
3333

0 commit comments

Comments
 (0)