From afb14383f5b126adf0d264030b138848d4c6d032 Mon Sep 17 00:00:00 2001 From: protitude Date: Mon, 3 Feb 2025 17:20:02 -0700 Subject: [PATCH] OdaFavorites #827 Add

tag to block --- src/Plugin/Block/OdaFavorites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/Block/OdaFavorites.php b/src/Plugin/Block/OdaFavorites.php index c8e412e..683d362 100644 --- a/src/Plugin/Block/OdaFavorites.php +++ b/src/Plugin/Block/OdaFavorites.php @@ -76,7 +76,7 @@ public function build() { $link = '/reports?f%5B0%5D=oda_favorite_data_reports%3A' . $uid; return [ - '#markup' => 'Favorites', + '#markup' => '

Favorites

', ]; }