From 0834bd51ec6115f5465340f7a0fc86ce803ccf35 Mon Sep 17 00:00:00 2001 From: Jake Spurlock Date: Sat, 22 Dec 2012 21:03:58 -0800 Subject: [PATCH] Update docs/templates/pages/javascript.mustache Adding spaces around the pipes. Makes it consistent with the rest of the docs. --- docs/templates/pages/javascript.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index eaa7422308..809e34ce9c 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) { {{_i}}placement{{/i}} - {{_i}}string|function{{/i}} + {{_i}}string | function{{/i}} 'top' {{_i}}how to position the tooltip{{/i}} - top | bottom | left | right @@ -907,7 +907,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}placement{{/i}} - {{_i}}string|function{{/i}} + {{_i}}string | function{{/i}} 'right' {{_i}}how to position the popover{{/i}} - top | bottom | left | right