Skip to content

Commit

Permalink
Merge c5c1f5f into 71dba0d
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Nardini committed Jun 28, 2020
2 parents 71dba0d + c5c1f5f commit ed1f74f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/htmlWriter.js
Expand Up @@ -77,6 +77,13 @@ function writeEndpointHtml (endpoint) {
'class="panel-heading" role="tab" id="heading' + cssEndpoint + '"'
) +
htmlHelpers.wrapInDivWithProps(
(endpoint.description
? htmlHelpers.wrapInDiv(
htmlHelpers.wrapInSubtitle('Description') +
htmlHelpers.wrapInSubtitleTitle(endpoint.description),
'panel-body'
)
: '') +
htmlHelpers.wrapInDiv(
htmlHelpers.wrapInSubtitle('Request Data') +
htmlHelpers.wrapInDiv(
Expand Down

0 comments on commit ed1f74f

Please sign in to comment.