diff options
author | xgizzmo <xgizzmo@ampache> | 2007-08-04 22:46:56 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-08-04 22:46:56 +0000 |
commit | c33a3b72e0cd91a863857f86fffc39141fb60355 (patch) | |
tree | 3b9af19db94e168ec9ac42ac53d5e8133739326d /templates/show_login_form.inc | |
parent | 2ebfdf4c29ac9e33b8070243856b48ef665e61a9 (diff) | |
download | ampache-c33a3b72e0cd91a863857f86fffc39141fb60355.tar.gz ampache-c33a3b72e0cd91a863857f86fffc39141fb60355.tar.bz2 ampache-c33a3b72e0cd91a863857f86fffc39141fb60355.zip |
kill some debug warnings
Diffstat (limited to 'templates/show_login_form.inc')
-rw-r--r-- | templates/show_login_form.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_login_form.inc b/templates/show_login_form.inc index 076bc1b1..c4599821 100644 --- a/templates/show_login_form.inc +++ b/templates/show_login_form.inc @@ -27,7 +27,7 @@ if (Config::get('session_length') >= Config::get('remember_length')) { $htmllang = str_replace("_","-",Config::get('lang')); ?> -<!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="<?php echo $htmllang; ?>" lang="<?php echo $htmllang; ?>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::get('site_charset'); ?>" /> |