Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Jan 31, 2025
1 parent 1d4b304 commit f661292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quant.module
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function quant_preprocess_views_view(array &$variables) {
\Drupal::messenger()->addWarning(t('The view (@view_id - @view_display) has exposed filters which need special handling for a static website.<br/> <a href="https://docs.quantcdn.io/integrations/drupal">See the documentation for your options</a>.',
[
'@view_id' => $view->id(),
'@view_display' => $view->current_display
'@view_display' => $view->current_display,
])
);
}
Expand Down

0 comments on commit f661292

Please sign in to comment.