author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Fri, 23 Apr 2010 17:07:55 +0200 | |
branch | stable |
changeset 5393 | 875bdc0fe8ce |
parent 5256 | 3f95d10fef94 |
child 5470 | fb004819cab4 |
child 5476 | 23758c00d3ab |
permissions | -rw-r--r-- |
.. -*- coding: utf-8 -*- .. _Part4: ---------- Appendixes ---------- The following chapters are reference material. .. toctree:: :maxdepth: 1 :numbered: faq cubicweb-ctl rql/index mercurial depends (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/>`.