Index: trunk/extensions/MobileFrontend/DeviceDetection.php |
— | — | @@ -364,7 +364,7 @@ |
365 | 365 | |
366 | 366 | if ( $formatName === '' ) { |
367 | 367 | if ( strpos( $acceptHeader, 'application/vnd.wap.xhtml+xml' ) !== false ) { |
368 | | - $formatName = 'wml'; |
| 368 | + $formatName = 'html'; |
369 | 369 | } elseif ( strpos( $acceptHeader, 'vnd.wap.wml' ) !== false ) { |
370 | 370 | $formatName = 'wml'; |
371 | 371 | } else { |