Skip to content

Commit

Permalink
Remove type from style tag (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored Jan 30, 2024
1 parent 4cadd64 commit c971400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async function makeListingResponse(
<title>Index of ${path}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<style type="text/css">
<style>
td { padding-right: 16px; text-align: right; font-family: monospace }
td:nth-of-type(1) { text-align: left; overflow-wrap: anywhere }
td:nth-of-type(3) { white-space: nowrap }
Expand Down

0 comments on commit c971400

Please sign in to comment.