diff --git a/rhodecode/templates/bookmarks/bookmarks_data.html b/rhodecode/templates/bookmarks/bookmarks_data.html --- a/rhodecode/templates/bookmarks/bookmarks_data.html +++ b/rhodecode/templates/bookmarks/bookmarks_data.html @@ -2,15 +2,15 @@
| ${_('Name')} | ${_('Date')} | ${_('Author')} | ${_('Revision')} | -||
|---|---|---|---|---|---|
| ${h.link_to(book[0], @@ -18,16 +18,16 @@ | ${h.fmt_date(book[1].date)} | -${h.person(book[1].author)} | -+ | ${h.person(book[1].author)} | +- |