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

@@ -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>