File: data-form-last-element.txt

package info (click to toggle)
python-formencode 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,856 kB
  • sloc: python: 6,772; makefile: 130; sh: 96; javascript: 61
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
<select name='num'><option
value='1'>ONE</option></select>
----
<select name="num"><option value="1"
selected="selected">ONE</option></select>
----
defaults={"num":"1"}