From d3f9efe0999854262ef8788bebb62576d9b0ec43 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Mon, 13 May 2013 16:34:37 -0500 Subject: Adds a few new lines to note directive to fix a build error in the docs. --- user_guide_src/source/general/controllers.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user_guide_src/source/general/controllers.rst b/user_guide_src/source/general/controllers.rst index 8cfb012a0..04f23276d 100644 --- a/user_guide_src/source/general/controllers.rst +++ b/user_guide_src/source/general/controllers.rst @@ -214,7 +214,9 @@ Here is an example:: echo $output; } -.. note:: Please note that your ``_output()`` method will receive the +.. note:: + + Please note that your ``_output()`` method will receive the data in its finalized state. Benchmark and memory usage data will be rendered, cache files written (if you have caching enabled), and headers will be sent (if you use that -- cgit v1.2.3-24-g4f1b