~ubuntu-branches/ubuntu/intrepid/libcgi-formbuilder-perl/intrepid

« back to all changes in this revision

Viewing changes to t/1a-test02.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-28 20:29:04 UTC
  • mfrom: (2.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080628202904-81kzjon8e8silx88
Tags: 3.05.01-6
Set urgency=medium as 3.05.01-6 included a FTBFS bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<form action="TEST" method="get">
2
 
<div>
3
 
<input id="_submitted" name="_submitted" type="hidden" value="1" />
 
2
<div><input id="_submitted" name="_submitted" type="hidden" value="1" /></div>
4
3
<table>
5
4
<tr valign="top">
6
5
  <td>Upper</td>
14
13
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
15
14
</tr>
16
15
</table>
17
 
</div>
18
16
</form>