Make WordPress Core

Changeset 4193


Ignore:
Timestamp:
09/18/2006 11:33:25 PM (18 years ago)
Author:
ryan
Message:

Validation fix from Viper007Bond. fixes #3140

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.