Hi there,
I'm having this issue. when I go to any lists or libraries the page title seems to add the current list or library view name to existing title ex. Lists(List name) - AllItems(View name).
This is my code which I have it in the master page.
Is there any way to hide the view name?
<SharePoint:PageTitle runat="server"><asp:ContentPlaceHolder id="PlaceHolderPageTitle" runat="server"><SharePoint:ProjectProperty Property="Title" runat="server" /></asp:ContentPlaceHolder></SharePoint:PageTitle>Thanks