From 1702cb73e714a5aea295b31cd2cc2c07c0b973be Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 31 Dec 2018 11:31:39 +0100 Subject: [PATCH] Updated towards tobias comments --- doc/FAQ.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 0be98e1dca..562ff681b7 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -86,9 +86,9 @@ A question mark is required for the separation between url and parameters. Example: https://social.example.com/profile/example - - in German: - + +in German: + https://social.example.com/profile/example?lang=de. If the question mark is already in the url you need to do it using a ampersand. @@ -96,9 +96,9 @@ If the question mark is already in the url you need to do it using a ampersand. Example: https://social.example.com/profile/example?tab=profile - - in German: - + +in German: + https://social.example.com/profile/example?tab=profile&lang=de. When a certain language is forced, the language remains until session is closed.