Revision 396
Added by Matthias almost 18 years ago
modify.php | ||
---|---|---|
60 | 60 |
$template->set_block('page', 'main_block', 'main'); |
61 | 61 |
$template->set_var(array( |
62 | 62 |
'PAGE_ID' => $results_array['page_id'], |
63 |
'PAGE_TITLE' => ($results_array['page_title']),
|
|
63 |
'PAGE_TITLE' => (htmlentities($results_array['page_title'])),
|
|
64 | 64 |
'MODIFIED_BY' => $user['display_name'], |
65 | 65 |
'MODIFIED_BY_USERNAME' => $user['username'], |
66 | 66 |
'MODIFIED_WHEN' => $modified_ts, |
Also available in: Unified diff
Fixed problem with Page Title has to be escaped (#287)