diff --git a/include/staff/team.inc.php b/include/staff/team.inc.php index f533bf12b85c7fa29b7435e0c037081a6a626378..916582d8e7d95b4d5d188f0174aca1f3bd3411b8 100644 --- a/include/staff/team.inc.php +++ b/include/staff/team.inc.php @@ -108,7 +108,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); </tr> <tr> <td colspan=2> - <textarea name="signature" cols="21" rows="8" style="width: 80%;"><?php echo $info['notes']; ?></textarea> + <textarea name="notes" cols="21" rows="8" style="width: 80%;"><?php echo $info['notes']; ?></textarea> </td> </tr> </tbody>