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
- Priority:
Assigned to: ThomasWaldmann
- Will be fixed in release: fixed in moin--main--1.2, will be in 1.2.2