Mercurial > genshi > genshi-test
diff examples/turbogears/markuptest/templates/master.html @ 38:fec9f4897415
Fix for #2 (incorrect context node in path expressions). Still some paths that produce incorrect results, but the common case seems to work now.
author | cmlenz |
---|---|
date | Mon, 03 Jul 2006 11:28:13 +0000 |
parents | 5da45906dda7 |
children | 33c2702cf6da |
line wrap: on
line diff
--- a/examples/turbogears/markuptest/templates/master.html +++ b/examples/turbogears/markuptest/templates/master.html @@ -7,7 +7,7 @@ <head py:match="head"> <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> <title py:replace="''">Your title goes here</title> - ${select('*/*')} + ${select('*')} <style type="text/css"> #pageLogin { @@ -32,7 +32,7 @@ <div py:if="tg_flash" class="flash" py:content="tg_flash"></div> - ${select('*/*')} + ${select('*')} <p align="center"><img src="/static/images/tg_under_the_hood.png" alt="TurboGears under the hood"/></p> </body>