[ACCUEIL] The page title is not defined in html source code on homepage #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the public homepage of the platform, the page title is not defined so no title appears in the web browser for the page.
The issue provides from the mxPageTitle() function that checks by default for a translated occurency given by $label parameter. If the translated occurrency doesn't exists, it returns nothing.
The issue has been fixed by adding a condition on the getMessage() returned value. Now, if the translated occurency exists, it uses it, if not, it uses the text chain given as parameter to mxPageTitle().
Pushed to master.