Skip to content

Commit

Permalink
adding this special character to the tag:/ shows on the view button :u…
Browse files Browse the repository at this point in the history
  • Loading branch information
antuchaudharyqlo246 committed Jul 11, 2023
1 parent 65f059e commit c09bf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Templates/sidepanel.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h3>{{'Tags'|trans}}</h3>
<div class="uv-tags">
{% for tag in articleTags %}
<span><a href="{{path('helpdesk_knowledgebase_tag', {'tag': tag.id, 'name': tag.name})}}">{{tag.name}}</a></span>
<span><a href="{{path('helpdesk_knowledgebase_tag', {'tag': tag.id, 'tag': tag.id})}}">{{tag.name}}</a></span>
{% endfor %}
</div>
</aside>
Expand Down

0 comments on commit c09bf49

Please sign in to comment.