doc/book/en/annexes/index.rst
branchstable
changeset 5476 23758c00d3ab
parent 5393 875bdc0fe8ce
child 5486 5790462343cb
--- a/doc/book/en/annexes/index.rst	Wed May 05 16:52:27 2010 +0200
+++ b/doc/book/en/annexes/index.rst	Wed May 05 18:15:25 2010 +0200
@@ -17,11 +17,3 @@
    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/>`.