Edgewall Software

Changes between Version 10 and Version 11 of GenshiRecipes/FormFilling


Ignore:
Timestamp:
Nov 20, 2006, 8:02:36 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/FormFilling

    v10 v11  
    2424          py:with="sel_value = form.get(select_name)"
    2525          selected="${sel_value and (str(select('@value')) == sel_value) or None}"
    26           py:content="select('@value')" />
     26          py:content="select('text()')" />
    2727
    2828  <form action="" method="POST">