On Monday 13 July 2009 15:54:42 Harry Forsdick wrote: > Question: any idea how I include an argument that contains spaces? Such as: > > [[Shop.ItemDetails?name=Book Title?price=10.95|Add to cart]]
Use + instead of space : [[Shop.ItemDetails?name=Book+Title&price=10.95|Add to cart]] Note that after Shop.ItemDetails? you have "?" but between arguments you have "&" and not "?". Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
