equal
deleted
inserted
replaced
|
1 .. -*- coding: utf-8 -*- |
|
2 |
|
3 .. _Part4: |
|
4 |
|
5 -------------------- |
|
6 Part IV - Appendixes |
|
7 -------------------- |
|
8 |
|
9 The following chapters are reference material. |
|
10 |
|
11 .. toctree:: |
|
12 :maxdepth: 1 |
|
13 |
|
14 faq |
|
15 cookbook |
|
16 cubicweb-ctl |
|
17 rql/index |
|
18 mercurial |
|
19 |
|
20 (X)HTML tricks to apply |
|
21 ----------------------- |
|
22 |
|
23 Some web browser (Firefox for example) are not happy with empty `<div>` |
|
24 (by empty we mean that there is no content in the tag, but there |
|
25 could be attributes), so we should always use `<div></div>` even if |
|
26 it is empty and not use `<div/>`. |