Index: trunk/extensions/MobileFrontend/views/layout/application.html.php |
— | — | @@ -15,9 +15,8 @@ |
16 | 16 | $cssFileName = ( isset( self::$device['css_file_name'] ) ) ? self::$device['css_file_name'] : 'default'; |
17 | 17 | |
18 | 18 | $applicationHtml = <<<EOT |
19 | | -<!DOCTYPE html PUBLIC |
20 | | - "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" |
21 | | - "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd"> |
| 19 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 20 | +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
22 | 21 | <html lang='{$code}' dir='{$dir}' xml:lang='{$code}' xmlns='http://www.w3.org/1999/xhtml'> |
23 | 22 | <head> |
24 | 23 | <title>{$htmlTitle}</title> |