Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
refringe committed Sep 11, 2011
1 parent dbf6c6d commit 4638182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Usage
- Create and customize configurations
- Use the following code to purify:
`$this->load->helper('htmlpurifier');`
`$clean_html = html_purify($dirty_html);`
`$clean_html = html_purify($dirty_html);`
Or to use a config:
`$clean_html = html_purify($dirty_html, 'comment');`

0 comments on commit 4638182

Please sign in to comment.