diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl
index 3ed7a104..796452b6 100644
--- a/xdoc/src/plugin-resources/site.jsl
+++ b/xdoc/src/plugin-resources/site.jsl
@@ -116,14 +116,15 @@
-
-
-
-
- ${titleSeparator}
-
- ${_navTitle}${pom.name}${titleSeparator}${_docTitle}
-
+
+
+
+ ${_navTitle}${titleSeparator}${_docTitle}
+
+
+ ${pom.name}${titleSeparator}${_docTitle}
+
+
diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml
index 1efecb5c..b61715d0 100644
--- a/xdoc/xdocs/changes.xml
+++ b/xdoc/xdocs/changes.xml
@@ -33,7 +33,6 @@
Allow the use of items' attributes 'target' and 'img' for breadcrumbs entries in the navigation file.
In breadcrumbs, use for the project's name nav.title if defined, pom.name otherwise.
Display the "external link" icon only if the link host is different from the project url (pom.url).
- Fix generated pages titles: [breadcrumbs]* > [nav.title | pom.name]+ > doc.title
New attribute fileSuffix for the tag doc:registerReport allow to use another extension than '.html' for a report link.
Include instructions for ClearCase, Starteam and Perforce access in the scm-usage page.
Include dependencies' scope in dependencies page.