diff options
author | Ahmad Anbar <aanbar@gmail.com> | 2014-06-01 11:22:12 +0200 |
---|---|---|
committer | Ahmad Anbar <aanbar@gmail.com> | 2014-06-01 11:22:12 +0200 |
commit | e06c5c4f04583eddf35aa8549ca16ed11e2503bf (patch) | |
tree | 1d8c6b467e42863425f3575a805729698719ec05 /user_guide_src/source/libraries | |
parent | 054bbe8f16f14cd817d4a7e3b6b440ddc2be8245 (diff) |
reduced line length.
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/output.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/output.rst b/user_guide_src/source/libraries/output.rst index 5c82e455a..218ec5896 100644 --- a/user_guide_src/source/libraries/output.rst +++ b/user_guide_src/source/libraries/output.rst @@ -216,8 +216,8 @@ Class Reference Sends finalized output data to the browser along with any server headers. It also stops benchmark timers. - .. note:: This method is called automatically at the end of script execution, you won't need to call it manually unless - you are aborting script execution using ``exit()`` or ``die()`` in your code. + .. note:: This method is called automatically at the end of script execution, you won't need to + call it manually unless you are aborting script execution using ``exit()`` or ``die()`` in your code. Example:: $response = array('status' => 'OK'); |