]> gitweb.hamatoma.de Git - gadeku.git/commitdiff
Fehler korrigiert
authorHamatoma <author@hamatoma.de>
Sat, 4 May 2024 18:03:55 +0000 (20:03 +0200)
committerHamatoma <author@hamatoma.de>
Sat, 4 May 2024 18:03:55 +0000 (20:03 +0200)
app/Helpers/MediaWiki.php

index a3c12efc4c038211be40c71dcd3677ed3b3293a1..e752d057693c00d866a36a80ece144ec998c4a18 100644 (file)
@@ -71,7 +71,7 @@ class MediaWiki extends MediaWikiBase
                     break;
                 case 'image':
                     $name = $matches[2];
-                    $size = count($matches) < 4 ? null : $matches[3]);
+                    $size = count($matches) < 4 ? null : $matches[3];
                     $class = $size == 0 ? '' : "lkn-icon-$size";
                     $rc = "<img class=\"$name $class\"></i>";
                     break;