We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed8d7f commit 9517b04Copy full SHA for 9517b04
1 file changed
src/Lock.php
@@ -283,7 +283,7 @@ public static function showForItem(CommonDBTM $item)
283
$related_object = new $default_itemtype();
284
$related_object->getFromDB($object->fields[$default_items_id]);
285
$name = htmlescape($related_object->getName());
286
- $default_object_link = "<a href='" . htmlescape($object->getLinkURL()) . "'" . $name . ">" . $name . "</a>";
+ $default_object_link = "<a href='" . htmlescape($object->getLinkURL()) . "'>" . $name . "</a>";
287
}
288
289
$entries[] = [
0 commit comments