Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorNaOH
    • CommentTimeOct 14th 2009
     
    Hopefully this is a fairly simple request.

    In order to pass W3C validation, I need to escape &'s in the URL (for example, http://www.element17.com/?level=picture<strong>&</strong>id=614). So I would need to be able to get that to read as http://www.element17.com/?level=picture&amp;id=614, everywhere said URLs are generated.

    Obviously a better alternative would be cruft-free URLs, but for the life of me I can't get those going. Maybe if someone had a happy easy tutorial for enabling them...

    At any rate, can someone advise as to what I need to change to get those ampersands escaped?