diff options
author | Frédéric Guillot <fred@kanboard.net> | 2015-05-17 10:03:13 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2015-05-17 10:03:13 -0400 |
commit | f04d9016a36973b4480704f0347da3d0de459f3b (patch) | |
tree | 163ed2cdb3291060c39925bb1804d82106ccf2db /docs | |
parent | 085468346c49e059ab7b7fc6d21fa2dda56f2fd9 (diff) |
Fix html entities
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.markdown | 2 |
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 (&) +Page not found and the url seems wrong (&amp;) ---------------------------------------------- - The url looks like `/?controller=auth&action=login&redirect_query=` instead of `?controller=auth&action=login&redirect_query=` |