Template code:

$def with (paths)

<p class="header">

$for path in paths: <a href="$path[0]">$path[1]</a>

</p>


Expected output:

<p class="header">

<a href="/'>caveman.org:/</a><a href="/cave/">cave/</a>

</p>


Actual output:

<p class="header">

<a href="/">caveman.org:/</a>
<a href="/cave/">cave/</a>

</p>


Guessing I have some user error; what am I doing wrong?

-Sam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to