Skip to content

Commit 15ab07e

Browse files
tijmenbruggemanrkoopmans
authored andcommitted
Format
1 parent 775240c commit 15ab07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class-tiny-picture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function __construct( $html, $base_dir, $domains ) {
198198
$this->raw_html = $html;
199199
$this->base_dir = $base_dir;
200200
$this->allowed_domains = $domains;
201-
$this->valid_mimetypes = array( 'image/avif', 'image/webp' );
201+
$this->valid_mimetypes = array( 'image/avif', 'image/webp' );
202202
}
203203

204204
protected static function get_attribute_value( $element, $name ) {

0 commit comments

Comments
 (0)