In a new zenphoto gallery I'm currently working on, when I insert a tag cloud link in the sidebar (`<?php printAllTagsAs("cloud", "", "abc", FALSE, TRUE, 1.5, 80, 5, NULL); ?>`), it produces invalid links caused by excess characters, e.g.
http://eldoradito.dk/zen/page/search/"kaffe" - instead of
http://eldoradito.dk/zen/page/search/kaffe - the two instances of "%22" breaking the link.
Any ideas of how to correct this?
Comments
If and when you make a change in "tonight's build" will you let me know? - and how to include the change in my site, please!
You will have a problem, though, if you have non alpha-numeric characters (e.g. spaces, etc.) in a tag. For that to work, the tag MUST be quoted.
However, I still have problems with Danish special characters like "ø". If that could be corrected too, I would be most grateful!