aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorJake Spurlock <[email protected]>2012-12-22 21:03:58 -0800
committerJake Spurlock <[email protected]>2012-12-22 21:03:58 -0800
commit0834bd51ec6115f5465340f7a0fc86ce803ccf35 (patch)
tree252ad8fc6e3b8bfa0c94e698de6ae6f35b84f750 /docs/templates/pages/javascript.mustache
parentd09b46fe378819e80ac75ffc7118fed11ca8da03 (diff)
downloadbootstrap-0834bd51ec6115f5465340f7a0fc86ce803ccf35.tar.xz
bootstrap-0834bd51ec6115f5465340f7a0fc86ce803ccf35.zip
Update docs/templates/pages/javascript.mustache
Adding spaces around the pipes. Makes it consistent with the rest of the docs.
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index eaa742230..809e34ce9 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -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>