File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -990,7 +990,7 @@ public function render_format_conversion() {
990990 __ (
991991 'We will calculate what is the best format for your image. ' ,
992992 'tiny-compress-images '
993- ),
993+ )
994994 );
995995 self ::render_convert_to_radiobutton (
996996 $ convertopts_convert_to_name ,
@@ -1002,7 +1002,7 @@ public function render_format_conversion() {
10021002 'WebP balances a small file size with good visual quality,
10031003 supporting transparency and animation. ' ,
10041004 'tiny-compress-images '
1005- ),
1005+ )
10061006 );
10071007 self ::render_convert_to_radiobutton (
10081008 $ convertopts_convert_to_name ,
@@ -1011,7 +1011,7 @@ public function render_format_conversion() {
10111011 $ convertopts_convert_value ,
10121012 __ ( 'Convert to AVIF ' , 'tiny-compress-images ' ),
10131013 __ ( 'AVIF delivers even better compression and image quality than WebP.
1014- Browser support is not as good as WebP. ' , 'tiny-compress-images ' ),
1014+ Browser support is not as good as WebP. ' , 'tiny-compress-images ' )
10151015 );
10161016 echo '</fieldset> ' ;
10171017 echo '</div> ' ;
You can’t perform that action at this time.
0 commit comments