Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 1, 2023
1 parent 578ca5d commit 70c5517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plone/app/viewletmanager/manage-viewletmanager.pt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>

<a class="btn btn-sm btn-outline-primary mx-1 text-decoration-none pat-inject"
href="${viewlet/up_url}&_authenticator=${auth_token}#${manager_id}"
href="${viewlet/up_url}&amp;_authenticator=${auth_token}#${manager_id}"
tal:condition="viewlet/up_url | nothing"
>
<svg xmlns="http://www.w3.org/2000/svg"
Expand All @@ -58,7 +58,7 @@
</svg>
</a>
<a class="btn btn-sm btn-outline-primary mx-1 text-decoration-none pat-inject"
href="${viewlet/down_url}&_authenticator=${auth_token}#${manager_id}"
href="${viewlet/down_url}&amp;_authenticator=${auth_token}#${manager_id}"
tal:condition="viewlet/down_url | nothing"
>
<svg xmlns="http://www.w3.org/2000/svg"
Expand All @@ -74,11 +74,11 @@
</svg>
</a>
<a class="btn btn-sm btn-outline-primary mx-1 text-decoration-none pat-inject ${python:'active' if not viewlet['hidden'] else ''}"
href="${viewlet/hide_url}&_authenticator=${auth_token}#${manager_id}"
href="${viewlet/hide_url}&amp;_authenticator=${auth_token}#${manager_id}"
i18n:translate="label_hide_item"
>Hide</a>
<a class="btn btn-sm btn-outline-primary mx-1 text-decoration-none pat-inject ${python:'active' if viewlet['hidden'] else ''}"
href="${viewlet/show_url}&_authenticator=${auth_token}#${manager_id}"
href="${viewlet/show_url}&amp;_authenticator=${auth_token}#${manager_id}"
i18n:translate="label_show_item"
>Show</a>

Expand Down

0 comments on commit 70c5517

Please sign in to comment.