Plain Title Index Needs Spaces

The TitleIndex is just fine, but for one thing-

If you click on "Plain title index," there are no spaces between title names..!

Example

URL: http://moinmoin.wikiwikiweb.de/TitleIndex?action=titleindex

It looks like this:

enMacLeodKevinTurnerKlausHeinischKlausSeistrupKoichiItoKon...

Details

This Wiki.

Discussion

To fix it in developer (1.3) edition change MoinMoin/action/titleindex.py line 40 from

   request.write(name)

to

   request.write(name+' ')

-- MikeRovner 2004-06-03 01:36:45

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/PlainTitleIndexNeedsSpaces (last edited 2007-10-29 19:12:15 by localhost)