1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02:00

jpeg, not jpg

This commit is contained in:
Aidan Woods
2017-05-02 19:55:03 +01:00
parent 4dc98b635d
commit aee3963e6b

View File

@@ -93,7 +93,7 @@ class Parsedown
'mailto:',
'data:image/png;base64,',
'data:image/gif;base64,',
'data:image/jpg;base64,',
'data:image/jpeg;base64,',
);
#