removed whitespace

This commit is contained in:
Garvin Hicking
2003-12-11 11:10:57 +00:00
parent ecdbf7e581
commit 01d9e0a134
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ $Source$
* header_printview.inc.php: RFE #856503, show number of rows in printview
* tbl_replace.php, tbl_replace_fields.php: Fixed #857445, #857684
where non-existant fields caused PHP notices.
* db_details.php: Removed unneccessary whitespace
2003-12-10 Garvin Hicking <me@supergarv.de>
* db_datadict.php: Bug 857186: Real fix for the problem. The '@'
delimiter slipped to the replacement's end instead of the expression's

View File

@@ -68,7 +68,7 @@ if (!empty($query_to_display)) {
} else {
echo htmlspecialchars(str_replace('%d', PMA_backquote($db), $cfg['DefaultQueryDatabase']));
}
?> </textarea><br />
?></textarea><br />
<input type="checkbox" name="show_query" value="1" id="checkbox_show_query" checked="checked" />&nbsp;
<label for="checkbox_show_query"><?php echo $strShowThisQuery; ?></label><br />
</div>