mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
XHTMLize
This commit is contained in:
4
my.php
4
my.php
@@ -37,7 +37,7 @@ elseif (isset($langs[myphpnet_language()])) {
|
||||
// We have no cookie and no form submitted
|
||||
else {
|
||||
// Add this as first option, selected
|
||||
$options[] = "<option value=\"not_set\" selected>Not Set</option>\n";
|
||||
$options[] = "<option value=\"not_set\" selected=\"selected\">Not Set</option>\n";
|
||||
}
|
||||
|
||||
// Add all other languages
|
||||
@@ -59,7 +59,7 @@ myphpnet_save();
|
||||
commonHeader("My PHP.net");
|
||||
?>
|
||||
|
||||
<form action="/my.php" method="POST">
|
||||
<form action="/my.php" method="post">
|
||||
<h1>My PHP.net</h1>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user