Updated towards tobias comments

这个提交包含在:
Jeroen De Meerleer 2018-12-31 11:31:39 +01:00 提交者 Hypolite Petovan
父节点 438f31ff05
当前提交 1702cb73e7
共有 1 个文件被更改,包括 6 次插入6 次删除

查看文件

@ -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.