summary refs log tree commit diff stats
path: root/admin/links.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/links.php')
-rwxr-xr-xadmin/links.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/links.php b/admin/links.php index fc1c813..da3fe5c 100755 --- a/admin/links.php +++ b/admin/links.php
@@ -97,7 +97,7 @@ foreach ($pager->getPageData() as $link)
97{ 97{
98 if (!empty($link)) 98 if (!empty($link))
99 { 99 {
100 $template->adds_block('LINK', array( 'TITLE' => htmlentities($link['title']), 100 $template->adds_block('LINK', array( 'TITLE' => htmlspecialchars($link['title']),
101 'URL' => $link['url'], 101 'URL' => $link['url'],
102 'ID' => $link['id'], 102 'ID' => $link['id'],
103 'ODD' => ($j % 2 ? '' : ' class="odd"'))); 103 'ODD' => ($j % 2 ? '' : ' class="odd"')));