diff options
author | Fülöp Márk <mrkflp@gmail.com> | 2016-03-17 13:58:40 +0100 |
---|---|---|
committer | Fülöp Márk <mrkflp@gmail.com> | 2016-03-17 13:58:40 +0100 |
commit | 51ee810a6463d05730da61893a76b122e0acc993 (patch) | |
tree | beb58c7d5707cc6309591a68bb7c29b66a669ffa /user_guide_src/source/libraries/zip.rst | |
parent | fa91f30c144c041ad19925e55fe06c4065337896 (diff) |
adding code format on line 29
Diffstat (limited to 'user_guide_src/source/libraries/zip.rst')
-rw-r--r-- | user_guide_src/source/libraries/zip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/zip.rst b/user_guide_src/source/libraries/zip.rst index 816f49ca1..9704d5b1d 100644 --- a/user_guide_src/source/libraries/zip.rst +++ b/user_guide_src/source/libraries/zip.rst @@ -24,7 +24,7 @@ your controller using the $this->load->library function:: $this->load->library('zip'); -Once loaded, the Zip library object will be available using: +Once loaded, the Zip library object will be available using:: $this->zip |