Revision 116
Added by stefan about 19 years ago
modify_post.php | ||
---|---|---|
60 | 60 |
<tr> |
61 | 61 |
<td width="80"><?php echo $TEXT['TITLE']; ?>:</td> |
62 | 62 |
<td> |
63 |
<input type="text" name="title" value="<?php echo $admin->strip_slashes_dummy(htmlspecialchars($fetch_content['title'])); ?>" style="width: 100%;" maxlength="255" />
|
|
63 |
<input type="text" name="title" value="<?php echo (htmlspecialchars($fetch_content['title'])); ?>" style="width: 100%;" maxlength="255" /> |
|
64 | 64 |
</td> |
65 | 65 |
</tr> |
66 | 66 |
<tr> |
Also available in: Unified diff
Removed strip_slashes_dummy.