mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-18 15:54:28 +01:00
Bookmarks: make link text click clickable too - bugfix for oc-131
This commit is contained in:
parent
46cbc4b461
commit
80162a5b93
@ -145,7 +145,7 @@ function updateBookmarksList(bookmark) {
|
|||||||
'<p class="bookmark_title">'+
|
'<p class="bookmark_title">'+
|
||||||
'<a href="' + encodeEntities(bookmark.url) + '" target="_blank" class="bookmark_link">' + encodeEntities(bookmark.title) + '</a>' +
|
'<a href="' + encodeEntities(bookmark.url) + '" target="_blank" class="bookmark_link">' + encodeEntities(bookmark.title) + '</a>' +
|
||||||
'</p>' +
|
'</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>'
|
'</div>'
|
||||||
);
|
);
|
||||||
if(taglist != '') {
|
if(taglist != '') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user