diff options
| -rw-r--r-- | data/templates/bookmarks.tpl.php | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/data/templates/bookmarks.tpl.php b/data/templates/bookmarks.tpl.php index 29d7248..db560f2 100644 --- a/data/templates/bookmarks.tpl.php +++ b/data/templates/bookmarks.tpl.php @@ -296,10 +296,9 @@ if ($currenttag!= '') {  			$edit = ' - <a href="' . createURL('edit', $row['bId']) . '">'                  . T_('Edit')                  . '</a>' -                . '<script type="text/javascript">' -                . 'document.write(" - <a href=\"#\" onclick=\"deleteBookmark(this, '. $row['bId'] .'); return false;\">' +                . ' <a href="#" onclick="deleteBookmark(this, '. $row['bId'] .'); return false;">'                  . T_('Delete') -                .'<\/a>");</script>'; +                .'</a>';  		}  		// Last update | 
