thumbs with alt text starting with center or ending in centre are centred, which...
authorJens Frank <jeluf@users.mediawiki.org>
Tue, 1 Jun 2004 06:02:13 +0000 (06:02 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Tue, 1 Jun 2004 06:02:13 +0000 (06:02 +0000)
includes/MagicWord.php

index 9089d51..bb7b7c1 100644 (file)
@@ -110,7 +110,7 @@ class MagicWord {
                $this->mRegexStart = "/^{$this->mBaseRegex}/{$case}";
                $this->mVariableRegex = str_replace( "\\$1", "([$variableClass]*?)", $this->mRegex );
                $this->mVariableStartToEndRegex = str_replace( "\\$1", "([$variableClass]*?)", 
-                       "/^{$this->mBaseRegex}$/{$case}" );
+                       "/^({$this->mBaseRegex})$/{$case}" );
        }
        
        # Gets a regex representing matching the word