Skip to content

Commit 899546d

Browse files
committed
Redirect message page should use UTF-8 charset
1 parent 2313e02 commit 899546d

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
@@ -142,6 +142,7 @@ public function getRedirectResponse()
142142
$output = '<!DOCTYPE html>
143143
<html>
144144
<head>
145+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
145146
<title>Redirecting...</title>
146147
</head>
147148
<body onload="document.forms[0].submit();">

0 commit comments

Comments
 (0)