Skip to content

Commit 97ed3ee

Browse files
nayafiaSammyK
authored andcommitted
remove highlight for non php blocks
1 parent ad20f47 commit 97ed3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/access_token_from_javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example covers obtaining an access token and signed request from the Facebo
66

77
In order to have the JavaScript SDK set a cookie containing a signed request (which contains information about the logged in user), you must first initialize the JavaScript SDK with the `{cookie: true}` option.
88

9-
```php
9+
```
1010
<html>
1111
<body>
1212

docs/examples/batch_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ There five requests being made in this batch requests.
8686

8787
If the request was successful, the user should have a new status update similar to this:
8888

89-
```php
89+
```
9090
My name is Foo User.
9191
9292
I like this page: Facebook Developers.

0 commit comments

Comments
 (0)