Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 9, 2025
1 parent b3219b6 commit d048422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Lister/Lister.php
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ protected function replaceTagParameters( $tag, Article $article ) {
if ( array_key_exists( $id, $values ) ) {
$value = $values[$id];
if ( trim( str_replace( ' ', '', strip_tags( $value ) ) ) !== '' ) {
$displaytitle = $value;
$displayTitle = $value;
}
}

Expand Down

0 comments on commit d048422

Please sign in to comment.