https://bugzilla.wikimedia.org/show_bug.cgi?id=21678

           Summary: Error in /languages/messages/MessagesRu.php
           Product: MediaWiki
           Version: 1.15.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: Internationalization
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Line 825

'noarticletext'                    => "В настоящий момент
текст на данной странице отсутствует.
Вы можете [[Special:Search/{{PAGENAME}}|найти упоминание
данного названия]] в других статьях,
<span
class=\"plainlinks\">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}}
найти соответствующие записи журналов],
или '''[{{fullurl:{{FULLPAGENAME}}|action=edit}} создать
страницу с таким названием]'''.",

Onto the end of line must be added "</span>" like in MessagesEn.php because
unclosed <span class="plainlinks"> using some strange rules transforms to
&lt;/div&gt;</span> and &lt;/div&gt; shows on the "noarticletext" page after
the text.

Correct line is:
'noarticletext'                    => "В настоящий момент
текст на данной странице отсутствует.
Вы можете [[Special:Search/{{PAGENAME}}|найти упоминание
данного названия]] в других статьях,
<span
class=\"plainlinks\">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}}
найти соответствующие записи журналов],
или '''[{{fullurl:{{FULLPAGENAME}}|action=edit}} создать
страницу с таким названием]'''.</span>",


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to