Skip to content

Commit

Permalink
Update HTML5Tags.php
Browse files Browse the repository at this point in the history
fix package name (probably copy/pasted by mistake)
  • Loading branch information
rotsee authored Feb 11, 2021
1 parent 005f1b3 commit 544c74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTML5Tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

if ( version_compare( $wgVersion, '1.18', '<' ) ) {
die( '<b>Error:</b> This version of Semantic Result Formats requires MediaWiki 1.18 or above.' );
die( '<b>Error:</b> This version of HTML5Tags requires MediaWiki 1.18 or above.' );
}

define( 'HTML5TAGS_VERSION', '0.1' );
Expand Down

0 comments on commit 544c74d

Please sign in to comment.