[Mailman-Users] quoted text in KFM Html-Widget

Peter Funk pf at artcom-gmbh.de
Thu Jan 6 10:06:26 CET 2000


Hi!

Some people here use the KFM as Web Browser (that is the file
manager belonging to the Linux K Desktop Environmenti aka KDE).
Although this works fine most of the time, the HTML generated by
Mailman looks ugly, if it comes to passages of quoted text: They all
end up as one continuous line causing a very long horizontal scrollbar 
to appear.

Although this might be a bug in the HTML widget of KFM, for the time
being I've applied the following (dirty) patch to mailman:

--- freeware/mailman-1.1/Mailman/Archiver/HyperArch.py  Sat Aug 21 07:13:23 1999
+++ /home/mailman/Mailman/Archiver/HyperArch.py Tue Jan  4 09:24:54 2000
@@ -944,7 +944,7 @@
                else:
                    quoted = quoted.end(0)
                    prefix=CGIescape(L[:quoted]) + '<i>' 
-                   suffix='</I>'
+                   suffix='</I><P>'
                    if self.SHOWHTML:
                         suffix=suffix+'<BR>'
                         if not last_line_was_quoted:

I've have noticed no negative side effects when viewing these pages using
other browsers like netscape.

Regards, Peter
-- 
Peter Funk, Oldenburger Str.86, 27777 Ganderkesee, Tel: 04222 9502 70, Fax: -60




More information about the Mailman-Users mailing list