aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-11-02 18:08:25 +0100
committerGitHub <noreply@github.com>2016-11-02 18:08:25 +0100
commita49159e9ebc3390c7658898d814bb11ebd8da188 (patch)
tree5b8f2d9bcffbe00a9e5279d5bc588daaf95b9d7f /docs
parentb1057c6a5e0cffcae1b34b8e2affee72a8110460 (diff)
downloadwallabag-a49159e9ebc3390c7658898d814bb11ebd8da188.tar.gz
wallabag-a49159e9ebc3390c7658898d814bb11ebd8da188.tar.zst
wallabag-a49159e9ebc3390c7658898d814bb11ebd8da188.zip
Update faq.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/fr/user/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fr/user/faq.rst b/docs/fr/user/faq.rst
index 717472f9..49aa94ba 100644
--- a/docs/fr/user/faq.rst
+++ b/docs/fr/user/faq.rst
@@ -39,4 +39,4 @@ J'ai l'erreur ``failed to load external entity`` quand j'essaie d'installer wall
39 39
40Comme décrit `ici <https://github.com/wallabag/wallabag/issues/2529>`_, modifiez le fichier ``web/app.php`` et ajoutez la ligne ``libxml_disable_entity_loader(false);`` à la ligne 5. 40Comme décrit `ici <https://github.com/wallabag/wallabag/issues/2529>`_, modifiez le fichier ``web/app.php`` et ajoutez la ligne ``libxml_disable_entity_loader(false);`` à la ligne 5.
41 41
42C'est un bug lié à PHP et Doctrine, rien que nous ne puissions faire de notre côté. 42C'est un bug lié à PHP et Doctrine, nous ne pouvons rien faire de notre côté.