Skip to content

Commit f661292

Browse files
committed
Linting.
1 parent 1d4b304 commit f661292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quant.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ function quant_preprocess_views_view(array &$variables) {
514514
\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>.',
515515
[
516516
'@view_id' => $view->id(),
517-
'@view_display' => $view->current_display
517+
'@view_display' => $view->current_display,
518518
])
519519
);
520520
}

0 commit comments

Comments
 (0)