r100066 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100065‎ | r100066 | r100067 >
Date:18:09, 17 October 2011
Author:preilly
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/views/layout/application.html.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/views/layout/application.html.php
@@ -15,9 +15,8 @@
1616 $cssFileName = ( isset( self::$device['css_file_name'] ) ) ? self::$device['css_file_name'] : 'default';
1717
1818 $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">
2221 <html lang='{$code}' dir='{$dir}' xml:lang='{$code}' xmlns='http://www.w3.org/1999/xhtml'>
2322 <head>
2423 <title>{$htmlTitle}</title>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100065part of the fix for bug 31773 - mobile view has invalid html structurepreilly18:08, 17 October 2011

Status & tagging log