diff options
Diffstat (limited to 'templates/show_registration_confirmation.inc.php')
-rw-r--r-- | templates/show_registration_confirmation.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_registration_confirmation.inc.php b/templates/show_registration_confirmation.inc.php index ce060678..a0f826b7 100644 --- a/templates/show_registration_confirmation.inc.php +++ b/templates/show_registration_confirmation.inc.php @@ -21,7 +21,7 @@ */ $htmllang = str_replace("_","-",Config::get('lang')); -$web_path = Config::get('web_path'); +$web_path = Config::get('web_path'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $htmllang; ?>" lang="<?php echo $htmllang; ?>"> |