Browse Source

Add Account layout html lang.

pull/1418/head
maliming 7 years ago
parent
commit
309c5f38f5
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Themes/Basic/Layouts/Account.cshtml

2
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Themes/Basic/Layouts/Account.cshtml

@ -25,7 +25,7 @@
<!DOCTYPE html>
<html lang="en">
<html lang="@CultureInfo.CurrentCulture.Name">
<head>
@await Component.InvokeLayoutHookAsync(LayoutHooks.Head.First, StandardLayouts.Account)

Loading…
Cancel
Save