|
|
Choosing A Webhost: |
cvs: pearweb /include pear-format-html.php: msg#00036php.pear.core
mj Thu Jun 15 21:16:18 2006 UTC Modified files: /pearweb/include pear-format-html.php Log: * Not sure if this is mandated, but it is common sense to separate the content type and the encoding with semicolon and a space. http://cvs.php.net/viewcvs.cgi/pearweb/include/pear-format-html.php?r1=1.184&r2=1.185&diff_format=u Index: pearweb/include/pear-format-html.php diff -u pearweb/include/pear-format-html.php:1.184 pearweb/include/pear-format-html.php:1.185 --- pearweb/include/pear-format-html.php:1.184 Thu Jun 15 21:04:31 2006 +++ pearweb/include/pear-format-html.php Thu Jun 15 21:16:18 2006 @@ -15,7 +15,7 @@ +----------------------------------------------------------------------+ | Authors: | +----------------------------------------------------------------------+ - $Id: pear-format-html.php,v 1.184 2006/06/15 21:04:31 mj Exp $ + $Id: pear-format-html.php,v 1.185 2006/06/15 21:16:18 mj Exp $ */ PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'error_handler'); @@ -111,9 +111,10 @@ $SIDEBAR_DATA .= draw_navigation('developer_menu_public', 'Developers:'); } } -header('Content-Type: text/html;charset=' . $encoding); +header('Content-Type: text/html; charset=' . $encoding); echo '<?xml version="1.0" encoding="' . $encoding . '" ?>'; ?> + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pearweb /public_html index.php, Martin Jansen |
|---|---|
| Next by Date: | time to fix CVS checkout URLs, Gabor Hojtsy |
| Previous by Thread: | cvs: pearweb /public_html index.php, Martin Jansen |
| Next by Thread: | time to fix CVS checkout URLs, Gabor Hojtsy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |