Remove extra }

This commit is contained in:
William Hirigoyen 2023-11-09 17:21:33 +01:00
parent 2fd65724f7
commit c385c102c5

View file

@ -111,7 +111,7 @@
}
printf('<a href="/webadmin/%s/itk/">ITK</a> - ', $vhost_info['owner']);
}
printf('<a href="/webadmin/%s/letsencrypt/">Let\'s Encrypt</a> - ', $vhost_info['owner']);
printf('<a href="/webadmin/delete/%s">Supprimer</a>', $vhost_info['owner']);
} else {