You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was my patch, and it works for me (I have a Russian-language Wiki). But there is a small error with a large consequences: all russian letters "г" (ANSI:0xE3, UTF-8: D0B3) plugin change to russian letters "У" (ANSI:0xD3, UTF-8: D0A3). Because of it all pages with letter "г" in name looks like "broken" or "empty".
proposed fix
$this->Lexer->addSpecialPattern('
ORPHANSWANTED:[^~]+',$mode,'plugin_orphanswanted');needs checking out
The text was updated successfully, but these errors were encountered: