doc/book/annexes/faq.rst
changeset 12792 e2cdb1be6bd9
parent 10496 e95b559a06a2
--- a/doc/book/annexes/faq.rst	Fri Dec 06 13:20:05 2019 +0100
+++ b/doc/book/annexes/faq.rst	Thu Apr 04 17:11:14 2019 +0200
@@ -103,10 +103,10 @@
 ---------------------------------
 
 The logo is managed by css. You must provide a custom css that will contain
-the code below: 
+the code below:
 
 ::
-   
+
      #logo {
         background-image: url("logo.jpg");
      }
@@ -171,7 +171,7 @@
 -----------------------------------------------------------------
 
 You just need to put the appropriate context manager around view/component
-selection. One standard place for components is in cubicweb/vregistry.py: 
+selection. One standard place for components is in cubicweb/vregistry.py:
 
 .. sourcecode:: python