Skip to content
Snippets Groups Projects
Commit d23afe37 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #443 from protich/issue/433

Fix input field name typo
parents bdcac204 c32bd117
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment