Docs minor html leak fix

This should fix the issue with the leak in html on the live version of the docs. 😄
This commit is contained in:
Sarah Tsumayoi 2017-12-13 04:08:50 +09:00 committed by GitHub
parent fe3fa0b1f8
commit 3bb6a5a45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ Twitter
In order to use Twitter OAuth you must register your application at <https://apps.twitter.com/>.
Add the following block to your configuration (protected/config/common.php):
```php
return [
// ...
@ -185,6 +186,7 @@ LinkedIn
In order to use LinkedIn OAuth you must register your application at <https://www.linkedin.com/developer/apps/>.
Add the following block to your configuration (protected/config/common.php):
```php
return [
// ...