summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2015-05-17 10:03:13 -0400
committerFrédéric Guillot <fred@kanboard.net>2015-05-17 10:03:13 -0400
commitf04d9016a36973b4480704f0347da3d0de459f3b (patch)
tree163ed2cdb3291060c39925bb1804d82106ccf2db /docs
parent085468346c49e059ab7b7fc6d21fa2dda56f2fd9 (diff)
Fix html entities
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.markdown b/docs/faq.markdown
index af44b1d7..b4cf9148 100644
--- a/docs/faq.markdown
+++ b/docs/faq.markdown
@@ -39,7 +39,7 @@ I get a blank page after installing or upgrading Kanboard
- Check the PHP and Apache error logs you should see the exact error
-Page not found and the url seems wrong (&amp;)
+Page not found and the url seems wrong (&amp;amp;)
----------------------------------------------
- The url looks like `/?controller=auth&amp;action=login&amp;redirect_query=` instead of `?controller=auth&action=login&redirect_query=`