diff options
| author | Jake Spurlock <[email protected]> | 2012-12-22 21:03:58 -0800 |
|---|---|---|
| committer | Jake Spurlock <[email protected]> | 2012-12-22 21:03:58 -0800 |
| commit | 0834bd51ec6115f5465340f7a0fc86ce803ccf35 (patch) | |
| tree | 252ad8fc6e3b8bfa0c94e698de6ae6f35b84f750 | |
| parent | d09b46fe378819e80ac75ffc7118fed11ca8da03 (diff) | |
| download | bootstrap-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.
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
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> |
