diff --git a/templates/d8/module/content-entity/src/Entity/ExampleType.php.twig b/templates/d8/module/content-entity/src/Entity/ExampleType.php.twig index 43a43ef0c..144e11507 100644 --- a/templates/d8/module/content-entity/src/Entity/ExampleType.php.twig +++ b/templates/d8/module/content-entity/src/Entity/ExampleType.php.twig @@ -32,7 +32,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase; * links = { * "add-form" = "/admin/structure/{{ entity_type_id }}_types/add", * "edit-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ '_type}' }}", - * "delete-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ ' _type}' }}/delete", + * "delete-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ '_type}' }}/delete", * "collection" = "/admin/structure/{{ entity_type_id }}_types" * }, * config_export = {