PITS /
00192: (:attachlist:) directive missing trailing "/"
Summary: (:attachlist:) directive missing trailing "/"
Created: 2004-11-30 21:05
Status: Closed - fixed for 2.0.beta4
Category: Bug
From: BrentZupp
Assigned:
Priority: 3
Version: 2.0.beta3
OS:
Description: When I use (:attachlist:) on a page, the resulting URLs are missing the trailing "/" between Group name and document name. Example:
Group name = Main
Document name = image.jpg
http://www.somesite.com/pmwiki/uploads/Mainimage.jpg
Inserting a "/" between "Main" and "image.jpg" solves it, so I'm guessing this is a bug.
Cheers!
Brent
Broken for me too - btw, should attachlist work in skins?
Fixed in pmwiki-2.0.beta4. One can use attachlist in a skins template by using <!--markup:(:attachlist:)-->
.
--Pm