Skip to content

Commit f9f39f3

Browse files
author
Matthias Rabe
committed
add jpg to list of allowed formats
Signed-off-by: Matthias Rabe <[email protected]>
1 parent 9ec11be commit f9f39f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/report.inc.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# CONST
2222

23-
IMG_FMTS= ["jpeg", "bmp", "image/png", "gif"]
23+
IMG_FMTS= ["jpg", "jpeg", "bmp", "image/png", "gif"]
2424

2525
# FUNCTIONS
2626

0 commit comments

Comments
 (0)