More HTML entities fixes
This commit is contained in:
@@ -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
|
||||
|
@@ -125,7 +125,7 @@ for ($i = 0; $i < $num_dbs; $i++) {
|
||||
?>
|
||||
</select>
|
||||
<b>.</b>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user