Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / install / index.php
index fc27f03038097a200e43db1cb57bf2ddf46d6ae2..2e611766ce3c3300f395489eed55132047b0e35b 100644 (file)
@@ -31,7 +31,7 @@ function subpage_title($txt)
 {
        global $path_to_root;
        
-       echo '<center><img src="'.$path_to_root.'/themes/default/images/logo_frontaccounting.png" width="250" height="50" alt="Logo" />
+       echo '<center><img src="'.$path_to_root.'/themes/default/images/logo_frontaccounting.png" width="250" height="50" alt="Logo" >
                </center>';
 
        $page = @$_POST['Page'] ? $_POST['Page'] : 1;