doc/book/en/annexes/index.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 07 Jul 2009 11:38:25 +0200
changeset 2301 a9e9582d5fb6
parent 2172 cf8f9180e63e
child 2393 6190852af97f
permissions -rw-r--r--
obsolete implicit context

.. -*- coding: utf-8 -*-

.. _Part4:

--------------------
Part IV - Appendixes
--------------------

The following chapters are reference material.

.. toctree::
   :maxdepth: 1

   faq
   cookbook
   cubicweb-ctl
   rql/index
   mercurial

(X)HTML tricks to apply
-----------------------

Some web browser (Firefox for example) are not happy with empty `<div>`
(by empty we mean that there is no content in the tag, but there
could be attributes), so we should always use `<div></div>` even if
it is empty and not use `<div/>`.