Skip to content

Commit b0d5f20

Browse files
committed
Add missing start paragraph tag
Add missing start paragraph tag to the example link so that the HTML is well-structured again
1 parent 7caae35 commit b0d5f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/zf/auth/receive-code.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if ($this->code) {
33
printf("<h2>The authentication code is %s</h2>", $this->code);
44
printf("<p>Use this code to request an access token.</p>");
5-
printf("For instance, using <a href=\"https://github.com/jkbr/httpie\">HTTPie</a>:</p> ");
5+
printf("<p>For instance, using <a href=\"https://github.com/jkbr/httpie\">HTTPie</a>:</p> ");
66
printf(
77
"<p>http POST %s grant_type=authorization_code code=%s redirect_uri=%s client_id=testclient client_secret=testpass</p>",
88
$this->serverUrl('/oauth'),

0 commit comments

Comments
 (0)