diff --git a/htdocs/bookmarks/list.php b/htdocs/bookmarks/list.php index cda1073a459..8418826eb1c 100644 --- a/htdocs/bookmarks/list.php +++ b/htdocs/bookmarks/list.php @@ -1,7 +1,7 @@ * Copyright (C) 2024 Alexandre Spangaro - * Copyright (C) 2024 Frédéric France + * Copyright (C) 2024 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -415,12 +415,12 @@ while ($i < $imaxinloop) { $candelete = $permissiontodelete; // Title - print ''; + print ''; print dol_escape_htmltag($title); print "\n"; // Url - print ''; + print ''; if (empty($linkintern)) { print img_picto('', 'url', 'class="pictofixedwidth"'); print 'target ? ' target="newlink" rel="noopener"' : '').'>'; @@ -433,7 +433,7 @@ while ($i < $imaxinloop) { print "\n"; // Target - print ''; + print ''; if ($obj->target == 0) { print $langs->trans("BookmarkTargetReplaceWindowShort"); } @@ -443,7 +443,7 @@ while ($i < $imaxinloop) { print "\n"; // Author - print ''; + print ''; if ($obj->fk_user > 0) { if (empty($conf->cache['users'][$obj->fk_user])) { $tmpuser = new User($db);