diff --git a/view/list.php b/view/list.php index dd45fe6f77569d0738c8d01023271b979d2cee2f..f20546ceafbc54c75ed66a8d5ad64a6ac3b0a92e 100644 --- a/view/list.php +++ b/view/list.php @@ -15,7 +15,7 @@ <?php foreach($listParams["keys"] as $key): ?> <td><?php echo $line->{$key}(); ?></td> <?php endforeach; ?> - <td> <a type="button" class="btn btn-primary" href="<?php echo $base_url.$page.$editLink.'?'.$listParams['keys'][0].'='.$line->{$listParams['keys'][0]}() ?>">Editer</a> + <td> <a type="button" class="btn btn-primary" href="<?php echo $base_url.$page.'/'.$editLink.'?'.$listParams['keys'][0].'='.$line->{$listParams['keys'][0]}() ?>">Editer</a> </tr> <?php endforeach; ?> </tbody>