Skip to content

Commit ed1347f

Browse files
committed
fixed html summary escape in operations
1 parent 2d83daa commit ed1347f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/handlebars/htmlDocs/index.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
<div class="method-path">
5353
<a class="up" href="#__Methods">Up</a>
5454
<pre class="{{httpMethod}}"><code class="huge"><span class="http-method">{{httpMethod}}</span> {{path}}</code></pre></div>
55-
<div class="method-summary">{{summary}} (<span class="nickname">{{nickname}}</span>)</div>
55+
<div class="method-summary">{{{summary}}} (<span class="nickname">{{nickname}}</span>)</div>
5656
{{! notes is operation.description. So why rename it and make it super confusing???? }}
57-
<div class="method-notes">{{notes}}</div>
57+
<div class="method-notes">{{{notes}}}</div>
5858
5959
{{#hasPathParams}}
6060
<h3 class="field-label">Path parameters</h3>

0 commit comments

Comments
 (0)