Skip to content

Commit

Permalink
fix: remove extra space in articleContentAfter key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Mar 3, 2025
1 parent 4ff4172 commit 26651c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Controller/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public function __construct(
'innerLoopStart' => $this->hook('inner_loop_start'),
'innerLoopEnd' => $this->hook('inner_loop_end'),
'articleContentBefore' => $this->hook('article_content_before'),
'articleContentAfter ' => $this->hook('article_content_after'),
'articleContentAfter' => $this->hook('article_content_after'),
'loopStart' => $this->hook('loop_start'),
'loopEnd' => $this->hook('loop_end'),
'secondaryLoopStart' => $this->hook('secondary_loop_start'),
Expand Down

0 comments on commit 26651c4

Please sign in to comment.