summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2022-11-10 13:15:02 -0500
committerBrian Evans <grknight@gentoo.org>2022-11-10 13:15:02 -0500
commitdab6572d9ae95342c0f76d53d4a67f0d352c8ae1 (patch)
tree316ba17e2febfc94e376a591110fce80b1acd21d
parentFix bugs in LinkAttributes (diff)
downloadextensions-dab6572d9ae95342c0f76d53d4a67f0d352c8ae1.tar.gz
extensions-dab6572d9ae95342c0f76d53d4a67f0d352c8ae1.tar.bz2
extensions-dab6572d9ae95342c0f76d53d4a67f0d352c8ae1.zip
Fix text on LinkAttributes
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--LinkAttributes/extension.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/LinkAttributes/extension.json b/LinkAttributes/extension.json
index 0bdabf90..959aa9b7 100644
--- a/LinkAttributes/extension.json
+++ b/LinkAttributes/extension.json
@@ -1,7 +1,7 @@
{
- "name": "LinksAttributes",
+ "name": "LinkAttributes",
"author": [ "Stano Lacko", "Leo Wallentin", "Sinscerly" ],
- "url": "https://www.mediawiki.org/wiki/Extension:LinksAttributes",
+ "url": "https://www.mediawiki.org/wiki/Extension:LinkAttributes",
"descriptionmsg": "linkattr-desc",
"license-name": "BSD",
"type": "parserhook",
@@ -11,7 +11,7 @@
},
"ResourceFileModulePaths": {
"localBasePath": "",
- "remoteExtPath": "LinksAttributes"
+ "remoteExtPath": "LinkAttributes"
},
"AutoloadClasses": {
"LinkAttributes": "LinkAttributes.body.php"