I'm using the following wikitalk to display recent topics on a page.  The wiki 
is configured to provide spaces in topic names but for some reason this 
wikitalk does not place spaces in the names.  I sort of remember why this 
happens but at the moment I cannot recall:

!Recent Topics
:LatestTopics:{ topicCount |
namespace.Topics.SortBy
{ each | DateTime.Now.SpanBetween(each.Created) }.Snip(topicCount).Collect
{ each | each }
}

@@LatestTopics(6).Collect{ each |
[ "        * ", Presentations.Link(federation.LinkMaker.LinkToTopic(each.Name),
each.Name, each.Name), Newline]
}@@

Output:

* ArticleOne
* ArticleTwo
* ArticleThree

Desired Output:

* Article One

* Article Two

* Article Three


_________________________________________________________________
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to