# HG changeset patch # User cmlenz # Date 1152964861 0 # Node ID c82309603908fc1906363704c5f0c1c08e4adf47 # Parent 5ca4be55ad0b8af02992e2db4b1cc39471ad8804 Minor fix for the basic Kid example. diff --git a/examples/basic/layout.kid b/examples/basic/layout.kid --- a/examples/basic/layout.kid +++ b/examples/basic/layout.kid @@ -11,5 +11,5 @@ Hello ${item.get('name')} + py:content="item.text" style="text-decoration: underline" />