On Wed, Jul 31, 2013 at 4:54 PM, Jiri Navratil <j...@navratil.cz> wrote:

> Are you fine with my approach? Could you help me to get them to trunk from
> unplanned fork?
>

Hi!

Was the intention really to show the whole URI path to the page? On my
system the first entry in the /wiki page looks like:

/doc/trunk/www/index.wiki<http://localhost:8080/%2Fdoc%2Ftrunk%2Fwww%2Findex.wiki>
wiki
home page.

That looks strange (or unintended) to me. That link works but the URL is
encoded differently that the other links on that page:

<a 
href="/%2Fdoc%2Ftrunk%2Fwww%2Findex.wiki<http://localhost:8080/%2Fdoc%2Ftrunk%2Fwww%2Findex.wiki>
"> /doc/trunk/www/index.wiki</a> wiki home page.

i think that's caused by using %t here:

<li> %z(href("%R/%t",zWikiHomePageName))


i think that should probably be %s in that case.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to