Skip to content

Commit

Permalink
Merge pull request #39 from deviarte/deviarte-patch-1
Browse files Browse the repository at this point in the history
Redirect message page should use UTF-8 charset
  • Loading branch information
greydnls committed Jul 23, 2015
2 parents 77eba5e + 899546d commit 0cd3186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Omnipay/Common/Message/AbstractResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ public function getRedirectResponse()
$output = '<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Redirecting...</title>
</head>
<body onload="document.forms[0].submit();">
Expand Down

0 comments on commit 0cd3186

Please sign in to comment.