summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorKevin Smith <kevin@gohearsay.com>2013-05-13 23:34:37 +0200
committerKevin Smith <kevin@gohearsay.com>2013-05-13 23:34:37 +0200
commitd3f9efe0999854262ef8788bebb62576d9b0ec43 (patch)
treee48d15ebd9ab2f28db2a31cfd6a9dca22a9e306f /user_guide_src/source/general
parent206d951e3da15bf9c69b3b8860c8bd274fb82b6f (diff)
Adds a few new lines to note directive to fix a build error in the docs.
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/controllers.rst4
1 files changed, 3 insertions, 1 deletions
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