mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Wrap username in <span>
Username enclosed in tags for better use of custom themes (eg. vertical padding).
This commit is contained in:
@@ -192,7 +192,7 @@ function page_footer($missing = "") {
|
|||||||
<?php if ($missing != "auth") { ?>
|
<?php if ($missing != "auth") { ?>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<p class="logout">
|
<p class="logout">
|
||||||
<?php echo h($_GET["username"]) . "\n"; ?>
|
<span><?php echo h($_GET["username"]) . "\n"; ?></span>
|
||||||
<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>" id="logout">
|
<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>" id="logout">
|
||||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user