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

       Web browser: ---
            Bug ID: 47049
           Summary: Page titles containing ISBN give unexpected values for
                    FULLPAGENAME
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

According to Special:ExpandTemplates, if you use a page title that has "ISBN"
embedded in it, such as "Pages with ISBN errors" then {{FULLPAGENAME}} has
unexpected behavior.

Specifically there is a html-entity   following the word ISBN rather than a
space.  Obviously space and encoding character #32 are the same thing visually,
but they are not the same thing from the point of view of comparison operations
such as #ifeq.  This can lead to unexpected behavior.

Please fix it to remove the unnecessary encoding.

-- 
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