- Fix a typo

This commit is contained in:
dave 2009-04-12 02:39:48 +00:00
parent 52bd4ae2b7
commit b5a9ca07d8

View File

@ -232,7 +232,7 @@ if($_GET['unlinkmember'] && $_GET['unlinkcommittee'])
echo "<tr><td>".i18n("Member Email").": </td><td>";
echo "<input type=\"text\" size=\"15\" name=\"add_member\" />\n";
echo "</td>\n";
echo " <td><input type=\"submit\" onclick=\"neweditor();\"value=\"".i18n("Add")."\" /></td></tr>\n";
echo " <td><input type=\"submit\" onclick=\"neweditor();\" value=\"".i18n("Add")."\" /></td></tr>\n";
echo "</table>\n";
echo "</form>\n";