Skip to content
Snippets Groups Projects
Commit 13b99e32 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

Modification mineur

parent ee33ac4a
No related branches found
No related tags found
No related merge requests found
Pipeline #11234 passed
...@@ -17,7 +17,7 @@ use UnicaenRenderer\Entity\Db\Template; ...@@ -17,7 +17,7 @@ use UnicaenRenderer\Entity\Db\Template;
<?php if ($template->getDescription()) : ?> <?php if ($template->getDescription()) : ?>
<dt> Description </dt> <dt> Description </dt>
<dd> <br/> <dd> <br/>
<div style="border:1px solid black; border-radius: 5px; padding:0.5rem;"><?php echo $template->getCode(); ?> <div style="border:1px solid black; border-radius: 5px; padding:0.5rem;">
<?php echo $template->getDescription(); ?> </div> <?php echo $template->getDescription(); ?> </div>
</dd> </dd>
<?php endif; ?> <?php endif; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment