diff options
Diffstat (limited to 'admin/pending.php')
| -rw-r--r-- | admin/pending.php | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/admin/pending.php b/admin/pending.php index 407cd35..6f1cfaf 100644 --- a/admin/pending.php +++ b/admin/pending.php | |||
| @@ -148,7 +148,7 @@ foreach ($pager->getPageData() as $post) | |||
| 148 | { | 148 | { |
| 149 | if (!empty($post)) | 149 | if (!empty($post)) |
| 150 | { | 150 | { |
| 151 | $template->add_ref($j, 'POST', array( 'TITLE' => $post['title'], | 151 | $template->add_ref($j, 'POST', array( 'TITLE' => htmlentities($post['title']), |
| 152 | 'AUTHOR' => $post['author'], | 152 | 'AUTHOR' => $post['author'], |
| 153 | 'ID' => $post['id'], | 153 | 'ID' => $post['id'], |
| 154 | 'CODED' => $post['slug'], | 154 | 'CODED' => $post['slug'], |
