How to change the browser tab title displayed for a page?

Last modified 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')

Related information: 

Get Connected