Merge pull request #19 from OskarD/patch-2

Replaced div with span
This commit is contained in:
Kam Low 2016-12-12 09:17:16 +01:00 committed by GitHub
commit 234ec2704d

View File

@ -23,12 +23,12 @@
<h2 class="operation-title">
{{! Fill the title with the summary or path }}
{{#if summary}}
<div class="operation-summary">{{md summary stripParagraph="true"}}</div>
<span class="operation-summary">{{md summary stripParagraph="true"}}</span>
{{else}}
<div class="operation-name">
<span class="operation-name">
<span class="operation-name">{{toUpperCase method}}</span>
<span class="operation-path">{{path}}</span>
</div>
</span>
{{/if}}
</h2>