Last modified: 2008-09-29 11:06:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T17334, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15334 - Bad <source> rendering
Bad <source> rendering
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.14.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://zh.wikipedia.org/w/index.php?t...
: parser
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-27 06:49 UTC by Liangent
Modified: 2008-09-29 11:06 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Liangent 2008-08-27 06:49:58 UTC
here, the last line of the code.
that "()" should just follow "print_stats",
but it shows on left.

the last lines show like:

if __name__ == "__main__":
    try:
        main()
    finally:
        wikipedia.stopme()
()      print_stats

but it should be:

if __name__ == "__main__":
    try:
        main()
    finally:
        wikipedia.stopme()
        print_stats()

user agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-CN; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Comment 1 Niklas Laxström 2008-09-28 09:19:32 UTC
Not a bug in <source>. There is some stray BIDI-character in Yiddish language name which messes up the formatting.
Comment 2 Liangent 2008-09-29 11:06:16 UTC
what's BIDI-character?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links