Skip to content

Commit

Permalink
Update markup for injectAdditionalUrisTable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjcollins committed Dec 3, 2024
1 parent e92d5ea commit 24bddef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/Revalidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public function injectAdditionalUrisTable (TemplateEvent $event): void
}

$event->output = preg_replace(
'/<\/div>\s*?<\/div><!-- #content-container -->/m',
$markup . '</div></div><!-- #content-container -->',
'/<\/div>\s*?<\/div>\s*?<\/div>\s*?<\/div><!-- #content-container -->/m',
$markup . '</div></div></div></div><!-- #content-container -->',
$event->output
);
}
Expand Down

0 comments on commit 24bddef

Please sign in to comment.