correction : contre / en trop

This commit is contained in:
fredtempez 2018-09-09 14:20:36 +02:00
parent bd3244ef6d
commit f29c0762d0
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<div class="col2">
<?php echo template::button('blogEdit', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . '/blog/edit/' . $this->getUrl(1),
'href' => helper::baseUrl() . 'blog/edit/' . $this->getUrl(1),
'value' => 'Editer'
]); ?>
</div>