Skip to content

Commit 3edb643

Browse files
committed
Fixing merge problem
1 parent 356ae49 commit 3edb643

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/main/template/operation.handlebars

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
{{/if}}
2424
{{#if responseClass}}
2525
<h4>Response Class</h4>
26-
{{#if responseClassSignature}}
27-
<p><span class="model-signature"></span></p>
28-
{{else}}
29-
<p>{{{responseClass}}}</p>
30-
{{/if}}
26+
<p><span class="model-signature" /></p>
27+
<br/>
28+
<div class="content-type" />
3129
{{/if}}
3230
<form accept-charset='UTF-8' class='sandbox'>
3331
<div style='margin:0;padding:0;display:inline'></div>
@@ -81,4 +79,4 @@
8179
</div>
8280
</div>
8381
</li>
84-
</ul>
82+
</ul>

0 commit comments

Comments
 (0)