We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f5f1c commit 660dae1Copy full SHA for 660dae1
template.pug
@@ -57,7 +57,7 @@ html
57
}
58
each headerLine, i in headerLines
59
- const index = headerLine.line.indexOf(': ')
60
- - const value = headerLine.line.slice(index + 1)
+ - const value = headerLine.line.slice(index + 2)
61
- const header = headers.get(headerLine.key)
62
tr
63
td
0 commit comments