Skip to content

Commit 93f1caa

Browse files
#13982: fix page title to be displayed both in head's <title> and page's title
1 parent 122e5c2 commit 93f1caa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/code/Magento/Customer/view/frontend/layout/customer_account_login.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9+
<head>
10+
<title>Customer Login</title>
11+
</head>
912
<body>
10-
<referenceBlock name="page.main.title">
11-
<action method="setPageTitle">
12-
<argument name="title" translate="true" xsi:type="string">Customer Login</argument>
13-
</action>
14-
</referenceBlock>
1513
<referenceContainer name="content">
1614
<!-- customer.form.login.extra -->
1715
<container name="customer.login.container" label="Customer Login Container" htmlTag="div" htmlClass="login-container">

0 commit comments

Comments
 (0)