I was testing some languages and tried to change the URL to affect the current language. Eventually i change to URL to: localhost/gibbon/index.php/?i18n=en_US
Its a pretty wierd visual bug and its reproducible.
The bug appears to occur when placing a slash after your index.php/. Generally, in URLs there shouldn't be a slash before the ? character, using index.php?i18n=en_US without the slash should work as expected.
Comments
https://ask.gibbonedu.org/discussion/2694/bug-report#latest
The bug appears to occur when placing a slash after your
index.php/
. Generally, in URLs there shouldn't be a slash before the?
character, usingindex.php?i18n=en_US
without the slash should work as expected.Thanks!