How to change the browser tab title displayed for a page?
Version 2.2 by Vincent Massol on 2024/07/02
In the Global Administration, select Look & Feel → Presentation → subsection Header → Title
The default value is:
$tdoc.getRenderedTitle('plain/1.0') - XWiki
For instance, to display only the page title in the browser tab, replace it with:
$tdoc.getRenderedTitle('plain/1.0')
Helpful information: