Revision 442
Added by Matthias over 17 years ago
add.php | ||
---|---|---|
33 | 33 |
|
34 | 34 |
// Get values |
35 | 35 |
$title = $admin->add_slashes($admin->get_post_escaped('title')); |
36 |
$title = my_htmlspecialchars($title); |
|
36 | 37 |
$module = $admin->get_post('type'); |
37 | 38 |
$parent = $admin->get_post('parent'); |
38 | 39 |
$visibility = $admin->get_post('visibility'); |
Also available in: Unified diff
Fixed issues with some languages when UTF8 is used.
Removed all htmlentites from the code (revoked changeset [396]) and added new functions instead.
Adapted the search and the highlighting to use the new functions.
With this changes WB can now be used with charset UTF8 for all languages.