Skip to content

Commit c66327d

Browse files
authored
Correction des filtres de la carte des organisations (#1476)
1 parent 7c3bc82 commit c66327d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/_partials/organizations/partials/organization/helpers/GetAttributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{ if and $options.filters $organization.Params.organizations_categories }}
2121
{{ $categories := partial "organizations/helpers/GetCategoriesSlug" $organization }}
2222
{{ $categories = $categories | encoding.Jsonify }}
23-
{{ $attributes = printf "%s data-filters=\"%q\"" $attributes $categories }}
23+
{{ $attributes = printf "%s data-filters='%s'" $attributes $categories }}
2424
{{ end }}
2525

2626
{{ return $attributes }}

0 commit comments

Comments
 (0)