Skip to content

Commit

Permalink
OdaFavorites #827
Browse files Browse the repository at this point in the history
Add <p> tag to block
  • Loading branch information
protitude committed Feb 4, 2025
1 parent f1592e4 commit afb1438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Block/OdaFavorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function build() {
$link = '/reports?f%5B0%5D=oda_favorite_data_reports%3A' . $uid;

return [
'#markup' => '<a href="' . $link . '">Favorites</a>',
'#markup' => '<p><a href="' . $link . '">Favorites</a></p>',
];
}

Expand Down

0 comments on commit afb1438

Please sign in to comment.