This commit is contained in:
Marius 2021-08-11 21:48:05 +02:00
parent 87694c00d2
commit 21d8a267d3

View File

@ -338,7 +338,8 @@ function display_flat_link_list() {
$a = explode(' ', $act);
if ($a[2] == $link) {
if ($a[3] == 'broken') $is_broken = 'checked';
if (!empty($a[4])) $comment = $a[4];
$offset = strlen($a[0]) + strlen($a[1]) + strlen($a[2]);
$comment = substr($act, $offset);
break;
}
}