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

       Web browser: ---
            Bug ID: 51263
           Summary: Parsoid inserts <nowiki /> after a category, trying to
                    protect against a linktrail that doesn't exist
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: serializer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

<link rel="mw:WikiLink/Category" href="Category:Foo" />bar

serializes to

[[Category:Foo]]<nowiki />
bar

That nowiki is totally unnecessary, obviously.

Even when you edit an existing category that has data-parsoid info causing it
to not have a trailing newline, you'll get [[Category:Foo]]<nowiki />Bar. That
nowiki is also not needed because categories can't have link trails.

-- 
You are receiving this mail because:
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