Skip to content

Commit

Permalink
Update Ui.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed May 13, 2024
1 parent bca735a commit 3c2dfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/Util/Ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static function getRssLink(
T_('RSS Feed')
);
if (!empty($title)) {
$string .= '  ' . $title;
$string .= ' ' . $title;
}
$string .= '</a>';

Expand Down

0 comments on commit 3c2dfae

Please sign in to comment.