Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Nov 5, 2023
1 parent ef34db7 commit 45b6633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quant.install
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function quant_update_9005(&$sandbox) {
*/
function quant_update_9006(&$sandbox) {
$new_xpath = [
'//li[contains(@class,"page-item")]/a[contains(@href,"page=")]'
'//li[contains(@class,"page-item")]/a[contains(@href,"page=")]',
];

// Add new xpath to existing xpaths.
Expand Down

0 comments on commit 45b6633

Please sign in to comment.