Skip to content

Commit

Permalink
Merge pull request from GHSA-m755-gxxg-r5qh
Browse files Browse the repository at this point in the history
* - html_quote titles in ZMI breadcrumbs

* Revert "- html_quote titles in ZMI breadcrumbs"

This reverts commit 9f86b416980ef1d0a59ace39f64a9a8e8cff2f3c.

* - html_quote title in ZMI breadcrumbs
  • Loading branch information
dataflake authored Oct 4, 2023
1 parent ca04df1 commit aeaf2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/dtml/manage_tabs.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<nav aria-label="breadcrumb">
<dtml-let breadcrumb_length="tabs_path_length(REQUEST)">
<ol class="breadcrumb <dtml-var "'zmi-' + title_or_id().replace(' ','')">"
<ol class="breadcrumb <dtml-var "'zmi-' + title_or_id().replace(' ','')" html_quote>"
data-length="<dtml-var breadcrumb_length>">
<li class="breadcrumb-item meta_type">
<dtml-if meta_type>
Expand Down

0 comments on commit aeaf2cd

Please sign in to comment.