cc'd from GeneralDiscussion:
From: zwiki@zwiki.org (Marvin Greenberg) Date: Tue, 08 Jan 2002 09:54:33 -0800 A little bug in the file upload code -- I uploaded a file called ScopeGuard.h and it generated html like '<p><a href="uploads/ScopeGuard.h"><a href="http://localhost:8080/DCTD/ScopeGuard">ScopeGuard</a>.h</a></p>' . The code needs to quote the file reference like '<a href="uploads/ScopeGuard.h>\'ScopeGuard.h\'</a>'
simon, 2002/08/18 05:04 GMT (via web):
Seems to be resolved (0.10)