More HTML entities fixes

This commit is contained in:
Michal Čihař
2003-03-25 10:13:32 +00:00
parent 94b3034cbc
commit 773d0dce22
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ $Id$
$Source$
2003-03-25 Michal Cihar <nijel@users.sourceforge.net>
* tbl_query_box.php3: One more HTML entities fix.
* tbl_query_box.php3, tbl_properties_operations.php3: More HTML entities
fixes.
2003-03-24 Michal Cihar <nijel@users.sourceforge.net>
* db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to

View File

@@ -125,7 +125,7 @@ for ($i = 0; $i < $num_dbs; $i++) {
?>
</select>
&nbsp;<b>.</b>&nbsp;
<input type="text" size="20" name="new_name" value="<?php echo $table; ?>" class="textfield" onfocus="this.select()" />
<input type="text" size="20" name="new_name" value="<?php echo htmlspecialchars($table); ?>" class="textfield" onfocus="this.select()" />
</td>
</tr>
<tr>