# HG changeset patch # User cmlenz # Date 1149417974 0 # Node ID 5da45906dda7e60720c3c76ff183ddfd00a4e601 # Parent 1add946decb88dd1c426d911dc8b0b582890884c Simplified implementation of `py:content` directive. diff --git a/examples/turbogears/markuptest/templates/master.html b/examples/turbogears/markuptest/templates/master.html --- a/examples/turbogears/markuptest/templates/master.html +++ b/examples/turbogears/markuptest/templates/master.html @@ -32,7 +32,7 @@
- ${select('*')} + ${select('*/*')}