Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine committed Sep 20, 2024
1 parent 84a5b36 commit 25a7531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/VuFind/src/VuFind/Controller/HoldsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ protected function emailRequestPlaced($holdDetails)
{
$renderer = $this->getViewRenderer();
$message = $renderer->render(
'Email/request-placed.phtml', ['hold_details' => $holdDetails]
'Email/request-placed.phtml',
['hold_details' => $holdDetails]
);

$config = $this->getConfig();
Expand Down

0 comments on commit 25a7531

Please sign in to comment.