doc/book/en/devweb/controllers.rst
branchstable
changeset 7529 2fdc310be7cd
parent 6347 ef47a2100c66
child 7876 df15d194a134
--- a/doc/book/en/devweb/controllers.rst	Fri Jun 17 09:37:49 2011 +0200
+++ b/doc/book/en/devweb/controllers.rst	Thu Jun 16 12:31:27 2011 +0200
@@ -16,11 +16,11 @@
 `Browsing`:
 
 * the View controller is associated with most browsing actions within a
-  CubicWeb application: it always instantiates a :ref:`the_main_template` and
-  lets the ResultSet/Views dispatch system build up the whole content; it
-  handles :exc:`ObjectNotFound` and :exc:`NoSelectableObject` errors that may
-  bubble up to its entry point, in an end-user-friendly way (but other
-  programming errors will slip through)
+  CubicWeb application: it always instantiates a
+  :ref:`the_main_template_layout` and lets the ResultSet/Views dispatch system
+  build up the whole content; it handles :exc:`ObjectNotFound` and
+  :exc:`NoSelectableObject` errors that may bubble up to its entry point, in an
+  end-user-friendly way (but other programming errors will slip through)
 
 * the JSon controller (same module) provides services for Ajax calls,
   typically using JSON as a serialization format for input, and