]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update docs/templates/pages/javascript.mustache 6374/head
authorJake Spurlock <whyisjake@gmail.com>
Sun, 23 Dec 2012 05:03:58 +0000 (21:03 -0800)
committerJake Spurlock <whyisjake@gmail.com>
Sun, 23 Dec 2012 05:03:58 +0000 (21:03 -0800)
Adding spaces around the pipes. Makes it consistent with the rest of the docs.

docs/templates/pages/javascript.mustache

index eaa7422308decf1b2f9757a3c9ad9e3374bcc841..809e34ce9c12c993eccec721024ac97520f42f70 100644 (file)
@@ -747,7 +747,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
              </tr>
              <tr>
                <td>{{_i}}placement{{/i}}</td>
-               <td>{{_i}}string|function{{/i}}</td>
+               <td>{{_i}}string | function{{/i}}</td>
                <td>'top'</td>
                <td>{{_i}}how to position the tooltip{{/i}} - top | bottom | left | right</td>
              </tr>
@@ -907,7 +907,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
            </tr>
            <tr>
              <td>{{_i}}placement{{/i}}</td>
-             <td>{{_i}}string|function{{/i}}</td>
+             <td>{{_i}}string | function{{/i}}</td>
              <td>'right'</td>
              <td>{{_i}}how to position the popover{{/i}} - top | bottom | left | right</td>
            </tr>