Skip to content

Commit

Permalink
PHP codeblock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnordbo committed Aug 23, 2012
1 parent daed3a8 commit 610a8a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If it returns false, check errors with:
EXAMPLE CODE
=============

<pre><code>
```php
<?php

class Login extends MY_Controller {
Expand Down Expand Up @@ -124,7 +124,8 @@ class Login extends MY_Controller {
}//.submit()


}</code></pre>
}
```

Add this to the login webpage template.

Expand Down

0 comments on commit 610a8a5

Please sign in to comment.