From e06c5c4f04583eddf35aa8549ca16ed11e2503bf Mon Sep 17 00:00:00 2001 From: Ahmad Anbar Date: Sun, 1 Jun 2014 12:22:12 +0300 Subject: reduced line length. --- user_guide_src/source/libraries/output.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src') 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'); -- cgit v1.2.3-24-g4f1b