1
0
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:
Brice Maron 2012-11-05 21:26:39 +00:00
parent f8e3a0c2e7
commit a5880b7254

View File

@ -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>