diff --git a/docs/client/api-box.html b/docs/client/api-box.html
index f794dba2fa..1fa1590ecf 100644
--- a/docs/client/api-box.html
+++ b/docs/client/api-box.html
@@ -5,17 +5,19 @@
{{{name}}}
- {{#if importName}}
- import { {{importName}} } from 'meteor/{{module}}'
- {{/if}}
-
- {{#if fullApi}}
- {{#if filepath}}
-
- {{filepath}}, line {{lineno}}
-
+
import { {{importName}} } from 'meteor/{{module}}'
{{/if}}
- {{/if}}
+
+ {{#if fullApi}}
+ {{#if filepath}}
+
+ ({{filepath}}, line {{lineno}})
+
+ {{/if}}
+ {{/if}}
+