Revision 396
Added by Matthias almost 18 years ago
sections.php | ||
---|---|---|
136 | 136 |
</td> |
137 | 137 |
<td align="right"> |
138 | 138 |
<?php echo $TEXT['CURRENT_PAGE']; ?>: |
139 |
<b><?php echo ($results_array['page_title']); ?></b>
|
|
139 |
<b><?php echo (htmlentities($results_array['page_title'])); ?></b>
|
|
140 | 140 |
- |
141 | 141 |
<a href="<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>"><?php echo $HEADING['MODIFY_PAGE']; ?></a> |
142 | 142 |
- |
Also available in: Unified diff
Fixed problem with Page Title has to be escaped (#287)