changeset 83:c82309603908 trunk

Minor fix for the basic Kid example.
author cmlenz
date Sat, 15 Jul 2006 12:01:01 +0000
parents 5ca4be55ad0b
children 0a1843b2c096
files examples/basic/layout.kid
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/basic/layout.kid
+++ b/examples/basic/layout.kid
@@ -11,5 +11,5 @@
     Hello ${item.get('name')}
   </span>
   <span py:match="item.tag == '{http://www.w3.org/1999/xhtml}span' and item.get('class') == 'greeting'"
-        py:content="item.findtext('')" style="text-decoration: underline" />
+        py:content="item.text" style="text-decoration: underline" />
 </div>
Copyright (C) 2012-2017 Edgewall Software