Skip to content

Commit

Permalink
Merge pull request #19 from DamienHarwin/receive-code-html-fix
Browse files Browse the repository at this point in the history
Add missing start paragraph tag
  • Loading branch information
weierophinney committed Jan 7, 2020
2 parents 58139df + b0d5f20 commit 4638510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/laminas/auth/receive-code.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if ($this->code) {
printf("<h2>The authentication code is %s</h2>", $this->code);
printf("<p>Use this code to request an access token.</p>");
printf("For instance, using <a href=\"https://github.com/jkbr/httpie\">HTTPie</a>:</p> ");
printf("<p>For instance, using <a href=\"https://github.com/jkbr/httpie\">HTTPie</a>:</p> ");
printf(
"<p>http POST %s grant_type=authorization_code code=%s redirect_uri=%s client_id=testclient client_secret=testpass</p>",
$this->serverUrl('/oauth'),
Expand Down

0 comments on commit 4638510

Please # to comment.