Changeset 4193

Show
Ignore:
Timestamp:
09/18/06 23:33:25 (2 years ago)
Author:
ryan
Message:

Validation fix from Viper007Bond. fixes #3140

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/wp-db.php

    r4153 r4193  
    309309            return false; 
    310310 
    311         header( 'Content-Type: text/html; charset=utf-8'); 
     311        header('Content-Type: text/html; charset=utf-8'); 
    312312?> 
    313313<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     
    355355</head> 
    356356<body> 
    357     <h1 id="logo"><img alt="WordPress" src="<?php echo "wp-admin/images/wordpress-logo.png" ?>/></h1> 
     357    <h1 id="logo"><img alt="WordPress" src="<?php echo 'wp-admin/images/wordpress-logo.png' ?>" /></h1> 
    358358    <p><?php echo $message; ?></p> 
    359359</body>