Skip to content

Commit 29eec27

Browse files
committed
Removed paragraph tag from descriptions.
1 parent 81ac4d2 commit 29eec27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

templates/bootstrap.hbs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pre .hljs {
197197
<span class="label label-default">Optional</span>
198198
{{/if}}
199199
</p>
200-
<p>{{{description}}}</p>
200+
{{{description}}}
201201

202202
{{/ifCond}}
203203

@@ -230,7 +230,7 @@ pre .hljs {
230230
<span class="label label-default">Optional</span>
231231
{{/if}}
232232
</p>
233-
<p>{{{description}}}</p>
233+
{{{description}}}
234234

235235
{{/ifCond}}
236236

@@ -272,7 +272,8 @@ pre .hljs {
272272

273273
{{#ifCondMatch type "return"}}
274274

275-
<p>{{#each types}}<code>{{.}}</code> {{/each}} {{{description}}}</p>
275+
<p>{{#each types}}<code>{{.}}</code> {{/each}}</p>
276+
{{{description}}}
276277

277278
{{/ifCondMatch}}
278279

0 commit comments

Comments
 (0)