aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorunknown <Benjamin.Kellermann@gmx.de>2008-09-05 16:24:32 +0200
committerunknown <Benjamin.Kellermann@gmx.de>2008-09-05 16:24:32 +0200
commitaeb7dbc1d3aca36cf56f975b17690a1e99596309 (patch)
treea0415267dea3c45f3439f575fe4b0427b3ae0b68 /index.cgi
parent87efc80968df15e551c1a86da95fe39a14a1c9eb (diff)
changed default to no
Diffstat (limited to '')
-rwxr-xr-xindex.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.cgi b/index.cgi
index 6dbadfb..fce926b 100755
--- a/index.cgi
+++ b/index.cgi
@@ -88,10 +88,10 @@ END
<td><input type='radio' value='yes' name='__add_participant_checked_#{columntitle}' title='#{columntitle}' /></td>
</tr><tr>
<td>#{NO}</td>
- <td><input type='radio' value='no' name='__add_participant_checked_#{columntitle}' title='#{columntitle}' /></td>
+ <td><input type='radio' value='no' name='__add_participant_checked_#{columntitle}' title='#{columntitle}' checked='checked' /></td>
</tr><tr>
<td>#{MAYBE}</td>
- <td><input type='radio' value='maybe' name='__add_participant_checked_#{columntitle}' title='#{columntitle}' checked='checked' /></td>
+ <td><input type='radio' value='maybe' name='__add_participant_checked_#{columntitle}' title='#{columntitle}' /></td>
</tr></table>
</td>\n"
}