Skip to content

Commit

Permalink
Swap doctype to xhtml5; as per http://news.php.net/php.pear.webmaster…
Browse files Browse the repository at this point in the history
…/6819

git-svn-id: http://svn.php.net/repository/pear/pearweb/trunk@309727 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
CloCkWeRX committed Mar 27, 2011
1 parent 1efb28c commit f1aa66e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion include/pear-format-html.php
Expand Up @@ -105,7 +105,7 @@ function response_header(
header('Content-Type: text/html; charset=UTF-8'); header('Content-Type: text/html; charset=UTF-8');
} }
?> ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head <?php echo $head ?>> <head <?php echo $head ?>>
<?php echo $extraHeaders; ?> <?php echo $extraHeaders; ?>
Expand Down
Expand Up @@ -42,7 +42,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: Account confirmation</title> <title>PEAR :: Account confirmation</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/index.php/test.phpt
Expand Up @@ -34,7 +34,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: The PHP Extension and Application Repository</title> <title>PEAR :: The PHP Extension and Application Repository</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/index.php/test_loggedin.phpt
Expand Up @@ -45,7 +45,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: The PHP Extension and Application Repository</title> <title>PEAR :: The PHP Extension and Application Repository</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/index.php/test_loggedin_admin.phpt
Expand Up @@ -45,7 +45,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: The PHP Extension and Application Repository</title> <title>PEAR :: The PHP Extension and Application Repository</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/index.php/test_loggedin_dev.phpt
Expand Up @@ -45,7 +45,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: The PHP Extension and Application Repository</title> <title>PEAR :: The PHP Extension and Application Repository</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/login.php/test.phpt
Expand Up @@ -17,7 +17,7 @@ __halt_compiler();
?> ?>
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head > <head >
<title>Login</title> <title>Login</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/login.php/test_nopass.phpt
Expand Up @@ -19,7 +19,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: Login</title> <title>PEAR :: Login</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/login.php/test_nouser.phpt
Expand Up @@ -19,7 +19,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: Login</title> <title>PEAR :: Login</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/release-upload.php/test_devlead.phpt
Expand Up @@ -35,7 +35,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: Upload New Release</title> <title>PEAR :: Upload New Release</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/release-upload.php/test_devnotlead.phpt
Expand Up @@ -34,7 +34,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: Upload New Release</title> <title>PEAR :: Upload New Release</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/release-upload.php/test_notdev.phpt
Expand Up @@ -21,7 +21,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: Insufficient Privileges</title> <title>PEAR :: Insufficient Privileges</title>
Expand Down
2 changes: 1 addition & 1 deletion tests/site/release-upload.php/test_notloggedin.phpt
Expand Up @@ -22,7 +22,7 @@ __halt_compiler();
===DONE=== ===DONE===
--EXPECTF-- --EXPECTF--
<?xml version="1.0" encoding="ISO-8859-15" ?> <?xml version="1.0" encoding="ISO-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>PEAR :: Login</title> <title>PEAR :: Login</title>
Expand Down

0 comments on commit f1aa66e

Please sign in to comment.