Commit 43b69d21 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

*: fix image MIME type.

parent 8053da67
Pipeline #36828 failed with stage
in 0 seconds
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/x-bmp</string> </value> <value> <string>image/bmp</string> </value>
</item> </item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/x-icon</string> </value> <value> <string>image/vnd.microsoft.icon</string> </value>
</item> </item>
<item> <item>
<key> <string>precondition</string> </key> <key> <string>precondition</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>image/jpg</string> </value> <value> <string>image/jpeg</string> </value>
</item> </item>
<item> <item>
<key> <string>filename</string> </key> <key> <string>filename</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment