diff options
author | Andrey Andreev <narf@devilix.net> | 2016-03-17 17:09:50 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-03-17 17:09:50 +0100 |
commit | 99e8dc396f6f79980623daaf9265f4933b897ff6 (patch) | |
tree | beb58c7d5707cc6309591a68bb7c29b66a669ffa | |
parent | fa91f30c144c041ad19925e55fe06c4065337896 (diff) | |
parent | 51ee810a6463d05730da61893a76b122e0acc993 (diff) |
Merge pull request #4544 from fulopm/develop
[ci skip] Fix codeblock formatting in Zip library docs
-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 |