]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke all curly ticks
authorMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:27:38 +0000 (18:27 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:27:38 +0000 (18:27 -0800)
docs/assets/bootstrap.zip
docs/base-css.html
docs/components.html
docs/javascript.html
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
docs/templates/pages/javascript.mustache
js/tests/unit/bootstrap-alert.js

index 166bb2a2231ff97f17d428dc958a49dd78ae92ff..a1ef66887a2519eefd21b7c204095108882073fa 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 0eb35b64106de91814483cfbea74862c094b8e3c..5aa0257c7338d7c68c001eb6116cedd69ada650d 100644 (file)
@@ -914,7 +914,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
             <div class="controls">
               <label class="checkbox">
                 <input type="checkbox" id="optionsCheckbox" value="option1">
-                Option one is this and that&mdash;be sure to include why its great
+                Option one is this and that&mdash;be sure to include why it's great
               </label>
             </div>
           </div>
@@ -1145,7 +1145,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
             <div class="controls">
               <label class="checkbox">
                 <input type="checkbox" name="optionsCheckboxList1" value="option1">
-                Option one is this and that&mdash;be sure to include why its great
+                Option one is this and that&mdash;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, &lt;code&gt;section&lt;/code&gt; 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&mdash;be sure to include why its great
+                Option one is this and that&mdash;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, &lt;code&gt;section&lt;/code&gt; 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 youll want to apply these to only <code>&lt;a&gt;</code> and <code>&lt;button&gt;</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>&lt;a&gt;</code> and <code>&lt;button&gt;</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>&lt;button&gt;</code> and <code>&lt;a&gt;</code> elements for consistency.</p>
index 33601126dd573c18312bc967c8f89581d8fc2091..c40d55613f99cd880c157b4226b1f797d6f60628 100644 (file)
       <p>Wrap your message and an optional close icon in a div with simple class.</p>
       <div class="alert">
         <a class="close">&times;</a>
-        <strong>Warning!</strong> Best check yo self, youre not looking too good.
+        <strong>Warning!</strong> Best check yo self, you're not looking too good.
       </div>
 <pre class="prettyprint linenums">
 &lt;div class="alert"&gt;
   &lt;a class="close"&gt;&times;&lt;/a&gt;
-  &lt;strong&gt;Warning!&lt;/strong&gt; Best check yo self, youre not looking too good.
+  &lt;strong&gt;Warning!&lt;/strong&gt; Best check yo self, you're not looking too good.
 &lt;/div&gt;
 </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">&times;</a>
         <h4 class="alert-heading">Warning!</h4>
-        <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>
+        <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">
 &lt;div class="alert alert-block"&gt;
   &lt;a class="close"&gt;&times;&lt;/a&gt;
   &lt;h4 class="alert-heading"&gt;Warning!&lt;/h4&gt;
-  Best check yo self, youre not...
+  Best check yo self, you're not...
 &lt;/div&gt;
 </pre>
     </div>
       <h3>Information</h3>
       <div class="alert alert-info">
         <a class="close">&times;</a>
-        <strong>Heads up!</strong> This alert needs your attention, but its not super important.
+        <strong>Heads up!</strong> This alert needs your attention, but it's not super important.
       </div>
 <pre class="prettyprint linenums">
 &lt;div class="alert alert-info"&gt;
index d74fc5234d8c923b2cdec27069d4444555e63baa..92e327d19fc87d6239e79bbbdfa585f60bcf9784 100644 (file)
@@ -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="#">&times;</a>
-            <strong>Holy guacamole!</strong> Best check yo self, youre 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="#">&times;</a>
index cc235ffd013221b5fcf9a1242adc4185645ce76d..4c8e9ba08530882ae39ce1b6c63fd4923c5cd6e7 100644 (file)
             <div class="controls">
               <label class="checkbox">
                 <input type="checkbox" id="optionsCheckbox" value="option1">
-                {{_i}}Option one is this and that&mdash;be sure to include why its great{{/i}}
+                {{_i}}Option one is this and that&mdash;be sure to include why it's great{{/i}}
               </label>
             </div>
           </div>
             <div class="controls">
               <label class="checkbox">
                 <input type="checkbox" name="optionsCheckboxList1" value="option1">
-                {{_i}}Option one is this and that&mdash;be sure to include why its great{{/i}}
+                {{_i}}Option one is this and that&mdash;be sure to include why it's great{{/i}}
               </label>
               <label class="checkbox">
                 <input type="checkbox" name="optionsCheckboxList2" value="option2">
             <div class="controls">
               <label class="radio">
                 <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
-                {{_i}}Option one is this and that&mdash;be sure to include why its great{{/i}}
+                {{_i}}Option one is this and that&mdash;be sure to include why it's great{{/i}}
               </label>
               <label class="radio">
                 <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
     </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 youll want to apply these to only <code>&lt;a&gt;</code> and <code>&lt;button&gt;</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>&lt;a&gt;</code> and <code>&lt;button&gt;</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>&lt;button&gt;</code> and <code>&lt;a&gt;</code> elements for consistency.{{/i}}</p>
index c78b94804c4bbde621db58151f9a36e4d1e54509..d7b3efcaefc17bcea6b420d1d26ffa70ed63dae7 100644 (file)
       <p>{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}</p>
       <div class="alert">
         <a class="close">&times;</a>
-        <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, youre 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">
 &lt;div class="alert"&gt;
   &lt;a class="close"&gt;&times;&lt;/a&gt;
-  &lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, youre not looking too good.{{/i}}
+  &lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, you're not looking too good.{{/i}}
 &lt;/div&gt;
 </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">&times;</a>
         <h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4>
-        <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>
+        <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">
 &lt;div class="alert alert-block"&gt;
   &lt;a class="close"&gt;&times;&lt;/a&gt;
   &lt;h4 class="alert-heading"&gt;{{_i}}Warning!{{/i}}&lt;/h4&gt;
-  {{_i}}Best check yo self, youre not...{{/i}}
+  {{_i}}Best check yo self, you're not...{{/i}}
 &lt;/div&gt;
 </pre>
     </div>
       <h3>{{_i}}Information{{/i}}</h3>
       <div class="alert alert-info">
         <a class="close">&times;</a>
-        <strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}This alert needs your attention, but its 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">
 &lt;div class="alert alert-info"&gt;
index 003a438699074821486cd2811780d183da6821dc..aedd21f539a06ee4d9274330ccb126af25110f2e 100644 (file)
@@ -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="#">&times;</a>
-            <strong>{{_i}}Holy guacamole!{{/i}}</strong> {{_i}}Best check yo self, youre 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="#">&times;</a>
index 8eecaff0d2f764f577d70626d9770cfbc8d2b00b..f961345c3754440556ecf223cd5a2c0e48d873db 100644 (file)
@@ -13,7 +13,7 @@ $(function () {
       test("should fade element out on clicking .close", function () {
         var alertHTML = '<div class="alert-message warning fade in">'
           + '<a class="close" href="#" data-dismiss="alert">×</a>'
-          + '<p><strong>Holy guacamole!</strong> Best check yo self, youre not looking too good.</p>'
+          + '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>'
           + '</div>'
           , alert = $(alertHTML).alert()
 
@@ -27,7 +27,7 @@ $(function () {
 
         var alertHTML = '<div class="alert-message warning fade in">'
           + '<a class="close" href="#" data-dismiss="alert">×</a>'
-          + '<p><strong>Holy guacamole!</strong> Best check yo self, youre not looking too good.</p>'
+          + '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>'
           + '</div>'
           , alert = $(alertHTML).appendTo('#qunit-fixture').alert()