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

View File

@@ -68,7 +68,7 @@ if (!empty($query_to_display)) {
} else { } else {
echo htmlspecialchars(str_replace('%d', PMA_backquote($db), $cfg['DefaultQueryDatabase'])); 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; <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 /> <label for="checkbox_show_query"><?php echo $strShowThisQuery; ?></label><br />
</div> </div>