Bookmarks: make link text click clickable too - bugfix for oc-131

This commit is contained in:
Georg Ehrke 2012-03-23 16:58:48 +01:00
parent 45b320d674
commit b63b377c4d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function updateBookmarksList(bookmark) {
'<p class="bookmark_title">'+
'<a href="' + encodeEntities(bookmark.url) + '" target="_blank" class="bookmark_link">' + encodeEntities(bookmark.title) + '</a>' +
'</p>' +
'<p class="bookmark_url">' + encodeEntities(bookmark.url) + '</p>' +
'<p class="bookmark_url"><a href="' + encodeEntities(bookmark.url) + '" target="_blank" class="bookmark_link">' + encodeEntities(bookmark.url) + '</a></p>' +
'</div>'
);
if(taglist != '') {