Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/forms_charset_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Mar 30, 2016
2 parents f2b095d + 2286b4d commit 6e01cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/includes/easyparliament/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ public function comment_form($commentdata) {
Annotations should be information that adds value to the contribution, not opinion, rants, or messages to a politician.
</small></p>

<form action="<?php echo $ADDURL->generate(); ?>" method="post">
<form accept-charset="iso-8859-1" action="<?php echo $ADDURL->generate(); ?>" method="post">
<p><textarea name="body" rows="15" cols="55"><?php
if (isset($commentdata['body'])) {
echo _htmlentities($commentdata['body']);
Expand Down

0 comments on commit 6e01cf2

Please sign in to comment.