Skip to content

Commit

Permalink
merge(#37): fix HTML markup close tag <a> on a function in global nam…
Browse files Browse the repository at this point in the history
…espace

Pull-request: #37
(cherry picked from commit c68cb28)
  • Loading branch information
williamdes committed Nov 13, 2021
1 parent 8e1076f commit ba394f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/themes/default/namespace.twig
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
<div class="col-md-2">
{%- if function.namespace is not same as(namespace) -%}
<em><a href="{{ function_path(function) }}">{{ function|raw }}</em>
<em><a href="{{ function_path(function) }}">{{ function|raw }}</a></em>
{%- endif -%}
</div>
</div>
Expand Down

0 comments on commit ba394f7

Please sign in to comment.