Skip to content

Commit 0cd3186

Browse files
committed
Merge pull request #39 from deviarte/deviarte-patch-1
Redirect message page should use UTF-8 charset
2 parents 77eba5e + 899546d commit 0cd3186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Omnipay/Common/Message/AbstractResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public function getRedirectResponse()
197197
$output = '<!DOCTYPE html>
198198
<html>
199199
<head>
200+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
200201
<title>Redirecting...</title>
201202
</head>
202203
<body onload="document.forms[0].submit();">

0 commit comments

Comments
 (0)