diff options
Diffstat (limited to 'templates/show_install.inc')
-rw-r--r-- | templates/show_install.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_install.inc b/templates/show_install.inc index 3db12278..a1f0c574 100644 --- a/templates/show_install.inc +++ b/templates/show_install.inc @@ -1,4 +1,4 @@ -<html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $htmllang; ?>" lang="<?php echo $htmllang; ?>"> <head> <title>Ampache :: For The Love Of Music - Install</title> </head> @@ -34,7 +34,7 @@ <br /><br /> <span class="header2">Insert Ampache Database</span> <?php echo $GLOBALS['error']->print_error('general'); ?> - <form method="post" action="<?php echo $http_type . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?action=create_db"; ?>" enctype="multipart/form-data" > + <form method="post" action="<?php echo $http_type . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?action=create_db&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" > <table> <tr> <td class="align"><?php echo _("Desired Database Name"); ?></td> |