r53783 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53782‎ | r53783 | r53784 >
Date:17:23, 26 July 2009
Author:demon
Status:ok
Tags:
Comment:
Add closing to <meta>
Modified paths:
  • /branches/new-installer/phase3/includes/installer/WebInstallerOutput.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/WebInstallerOutput.php
@@ -77,7 +77,7 @@
7878 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7979 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
8080 <head>
81 - <meta name="robots" content="noindex, nofollow">
 81+ <meta name="robots" content="noindex, nofollow" />
8282 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8383 <title>MediaWiki <?php echo( htmlspecialchars( $wgVersion ) ); ?> Installation</title>
8484 <link rel="stylesheet" type="text/css" href="../skins/monobook/main.css"/>
@@ -144,7 +144,7 @@
145145 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
146146 <head>
147147 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
148 - <meta name="robots" content="noindex, nofollow">
 148+ <meta name="robots" content="noindex, nofollow" />
149149 <title>MediaWiki <?php echo( htmlspecialchars( $wgVersion ) ); ?> Installation</title>
150150 <link rel="stylesheet" type="text/css" href="../skins/monobook/main.css"/>
151151 <link rel="stylesheet" type="text/css" href="../skins/common/config.css"/>

Status & tagging log