Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Oct 19, 2024
1 parent 9fc1a69 commit 2605b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/setup/general/preferences_setup.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
ctx.fillRect(30, 10, 30, 10);
return canvas.toDataURL();
}
return `{{ path('/front/palette_preview.php')}}?key=${theme_id}`;
return `{{ path('/front/palette_preview.php') }}?key=${theme_id}`;
}
function formatThemes(theme) {
Expand Down

0 comments on commit 2605b7f

Please sign in to comment.