Fix bug with Konqueror about IMG and INPUT TYPE=IMAGE
This commit is contained in:
parent
142ed00a0e
commit
e2660f58ab
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ include_once("user_menu.php");
|
|||
echo "<H2 class=\"info\"> Paramètre ".$_SESSION['g_name'].
|
||||
'
|
||||
<div align="right">
|
||||
<A HREF="login.php" title="Accueil"><INPUT TYPE="IMAGE" width="36" src="image/home.png" ></A>
|
||||
<A HREF="logout.php" title="Sortie"><input type="IMAGE" title="Logout" src="image/logout.png" width="36"></A>
|
||||
<A HREF="login.php" title="Accueil"><IMG src="image/home.png" width="36" ></A>
|
||||
<A HREF="logout.php" title="Sortie"><IMG src="image/logout.png" title="Logout" width="36"></A>
|
||||
</div>
|
||||
</H2>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue