Skip to content

Commit 0236b09

Browse files
Merge pull request rakutentech#40 from nimah79/patch-2
Remove id of default headers section
2 parents b0b9b94 + 7fb4702 commit 0236b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class="inline-flex text-xs"
159159
<hr class="border-b border-gray-300">
160160
<br>
161161
<section class="pt-5 pl-2 pr-2 pb-5 border mb-10 rounded bg-white shadow">
162-
<div class="font-sans" id="{{$doc['methods'][0] .'-'. $doc['uri']}}">
162+
<div class="font-sans">
163163
<h2 class="text-sm break-normal text-black break-normal font-sans pb-1 pt-1 text-black">
164164
Append Request Headers
165165
</h2>

0 commit comments

Comments
 (0)