Revision 442
Added by Matthias over 17 years ago
sections.php | ||
---|---|---|
138 | 138 |
</td> |
139 | 139 |
<td align="right"> |
140 | 140 |
<?php echo $TEXT['CURRENT_PAGE']; ?>: |
141 |
<b><?php echo (htmlentities($results_array['page_title'])); ?></b>
|
|
141 |
<b><?php echo ($results_array['page_title']); ?></b>
|
|
142 | 142 |
- |
143 | 143 |
<a href="<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>"><?php echo $HEADING['MODIFY_PAGE']; ?></a> |
144 | 144 |
- |
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.