On 04/07/2010 06:55 AM, Stephan Beal wrote:
> A link in the form <a
> href='/repos'>...</a> resolves (incorrectly) to:
>
> http://fossil.wanderinghorse.net/repos/JSONMessage/index.cgi/%27/repos%27

In HTML, attributes may be quoted with single quotes or double quotes, 
but most people and software use double quotes.

     <a href="/repos">...</a>

It rather looks like your browser mishandled your single-quoted 
attribute there, which would be pretty weird. Try it with the double quotes.

-- 
Joshua Paine
LetterBlock LLC
http://letterblock.com/
Web applications built with joy.
_______________________________________________
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