commit a43c6992f2c1af53b42690b9055e39df4d1cce1a Author: Joel Pittet Date: Wed Jun 19 17:59:43 2013 -0600 fixed remaining wrapper_ diff --git a/core/modules/system/templates/menu-local-task.html.twig b/core/modules/system/templates/menu-local-task.html.twig index b577eb0..d66b3e7 100644 --- a/core/modules/system/templates/menu-local-task.html.twig +++ b/core/modules/system/templates/menu-local-task.html.twig @@ -4,7 +4,7 @@ * Default theme implementation for a local task link. * * Available variables: - * - wrapper_attributes: HTML attributes for the wrapper element. + * - attributes: HTML attributes for the wrapper element. * - link: The rendered link ( tag). * * Note: This template renders the content for each individual task item in @@ -17,7 +17,7 @@ */ #} {% spaceless %} - - {{ link }} - + + {{ link }} + {% endspaceless %}