Skip to content

Commit

Permalink
Merge pull request from GHSA-cfcf-94jv-455f
Browse files Browse the repository at this point in the history
Merge changes from WikiDiscover-GHSA-cfcf-94jv-455f
  • Loading branch information
redbluegreenhat committed Feb 8, 2024
2 parents 4c9aa1a + 573da3e commit 267e763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/WikiDiscoverWikisPager.php
Expand Up @@ -141,7 +141,7 @@ public function formatValue( $name, $value ) {
case 'wiki_creation':
$lang = RequestContext::getMain()->getLanguage();

$formatted = $lang->date( wfTimestamp( TS_MW, strtotime( $row->wiki_creation ) ) );
$formatted = htmlspecialchars( $lang->date( wfTimestamp( TS_MW, strtotime( $row->wiki_creation ) ) ) );
break;
case 'wiki_description':
$manageWikiSettings = new ManageWikiSettings( $wiki );
Expand Down

0 comments on commit 267e763

Please sign in to comment.