They have:
%TOPICLIST{"<option value=$qname>$name</option>" separator=" "}%
But that $qname thing is not being expanded, what breaks the Change topic parent feature.
It seems to me that $qname should mean "quoted name" or something, but it's not documented or implemented.
I've changed to
%TOPICLIST{"<option value='$name'>$name</option>" separator=" "}%
but maybe someone call tell why that $qname was there and provide a better fix.
SVN 8528
--
AT
WEBLIST still has this qname thingy. We can remove that safely.
--
MD
I left $qname there because of compatibility with skins derived from Cairo. It's used all over the place.
CC
It was in WEBLIST, but not anymore in TOPICLIST. Restored $qname and $marker in
Item1522.
--
PTh