]> git.mxchange.org Git - friendica.git/commitdiff
Updated towards tobias comments
authorJeroen De Meerleer <me@jeroened.be>
Mon, 31 Dec 2018 10:31:39 +0000 (11:31 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 14:58:06 +0000 (09:58 -0500)
doc/FAQ.md

index 0be98e1dca9b5f269eb23177d095d6e9b110ffc1..562ff681b7ead3f0a2a2b71ee3225e1af751004c 100644 (file)
@@ -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.