removed tabs and/or trailing spaces

This commit is contained in:
Loïc Chapeaux
2002-02-10 09:31:41 +00:00
parent 579387e7c4
commit 7f919e6a86
54 changed files with 450 additions and 447 deletions

View File

@@ -125,7 +125,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
echo ' ';
echo '<option value="' . $id . '"' . $selected . '>' . $lang_name . ' (' . $id . ')</option>' . "\n";
} // end while
?>
?>
</select>
<input type="submit" value="<?php echo $GLOBALS['strGo']; ?>" />
</form>
@@ -226,7 +226,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
<script type="text/javascript" language="javascript">
var uname = document.forms['login_form'].elements['pma_username'];
var pword = document.forms['login_form'].elements['pma_password'];
if (uname.value == '') {
if (uname.value == '') {
uname.focus();
} else {
pword.focus();