Skip to content

Commit

Permalink
Redirect message page should use UTF-8 charset
Browse files Browse the repository at this point in the history
  • Loading branch information
deviarte committed Apr 27, 2015
1 parent 2313e02 commit 899546d
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 @@ -142,6 +142,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 899546d

Please sign in to comment.