Commit 00a270b3 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

err typo

parent 5470a5e8
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ class StructureViewHelper extends AbstractViewHelper
    use StructureAwareTrait;



    /**
     *
     * @param Structure $structure
@@ -57,7 +56,7 @@ class StructureViewHelper extends AbstractViewHelper
        }

        $vars = [
            "Libellé long :"                          => $entity->getLibelleLong(),
            "Libellé long"                            => $entity->getLibelleLong(),
            "Libellé court"                           => $entity->getLibelleCourt(),
            "N° {$entity->getSource()->getLibelle()}" => $entity->getCode(),
        ];