Skip to content

Commit

Permalink
OXDEV-6806: Replace replacement with raw-filter for header-links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Apr 27, 2023
1 parent 15c94e0 commit e5e3d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpl/include/header_links.html.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul>
{% block admin_header_links %}
<li class="act">
<a href="{{ oViewConf.getSelfLink()|replace({"&amp;": "&"}) }}&cl=navigation&item=home.html.twig" id="homelink" target="basefrm" class="rc">
<a href="{{ oViewConf.getSelfLink()|raw }}&cl=navigation&item=home.html.twig" id="homelink" target="basefrm" class="rc">
<b>{{ translate({ ident: "NAVIGATION_HOME" }) }}</b>
</a>
</li>
Expand All @@ -11,7 +11,7 @@
</a>
</li>
<li class="sep">
<a href="{{ oViewConf.getSelfLink()|replace({"&amp;": "&"}) }}&cl=navigation&fnc=logout" id="logoutlink" target="_parent" class="rc">
<a href="{{ oViewConf.getSelfLink()|raw }}&cl=navigation&fnc=logout" id="logoutlink" target="_parent" class="rc">
<b>{{ translate({ ident: "NAVIGATION_LOGOUT" }) }}</b>
</a>
</li>
Expand Down

0 comments on commit e5e3d9f

Please sign in to comment.