Skip to content

Commit 1356fb1

Browse files
committed
Remove invalid commas in sizes value
1 parent 38c1768 commit 1356fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/Generate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ favicon :: H.Html
9191
favicon =
9292
H.link
9393
! A.rel "shortcut icon"
94-
! A.sizes "16x16, 32x32, 48x48, 64x64, 128x128, 256x256"
94+
! A.sizes "16x16 32x32 48x48 64x64 128x128 256x256"
9595
! A.href "/favicon.ico"
9696

9797

0 commit comments

Comments
 (0)