summaryrefslogtreecommitdiffstats
path: root/templates/show_install_lang.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-12-10 01:15:58 +0000
committerxgizzmo <xgizzmo@ampache>2006-12-10 01:15:58 +0000
commit71febbd440d5d1a3d980891af5ca9e093d79d10e (patch)
tree9b3760d22126fdf46208f8f7df9b558560d31ba6 /templates/show_install_lang.inc.php
parent7b573c10178323578a0f882d78d90f2bf0a229f8 (diff)
downloadampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.gz
ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.bz2
ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.zip
small fixups and tweakage
Diffstat (limited to 'templates/show_install_lang.inc.php')
-rw-r--r--templates/show_install_lang.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_install_lang.inc.php b/templates/show_install_lang.inc.php
index 5d87c1be..264683c7 100644
--- a/templates/show_install_lang.inc.php
+++ b/templates/show_install_lang.inc.php
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$htmllang" lang="$htmllang">
<head>
<title>Ampache :: Pour l'Amour de la Musique - Install</title>
@@ -32,7 +32,7 @@
</p>
<form method="post" action="<?php echo $http_type . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?action=init"; ?>" enctype="multipart/form-data" >
-<?
+<?php
$languages = get_languages();
$var_name = $value . "_lang";
${$var_name} = "selected=\"selected\"";