mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-18 15:54:28 +01:00
Bookmark: Remove url from hover when there is no title fix #141
This commit is contained in:
parent
f8e3a0c2e7
commit
a5880b7254
@ -17,7 +17,7 @@
|
||||
</p>
|
||||
<p class="bookmark_url">
|
||||
<a href="<%= encodeEntities(url) %>" target="_blank" class="bookmark_link">
|
||||
<%= encodeEntities(url) %>
|
||||
<%= encodeEntities(title == '' ? '' : url) %>
|
||||
</a>
|
||||
</p>
|
||||
<p class="bookmark_date"><%= formatDate(added_date) %></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user