mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1100 from sharelatex/as-html-lang-attr
Add lang attribute to html tag GitOrigin-RevId: ddc22ae6e742d9b501bac8d3c35d6640a7635b92
This commit is contained in:
parent
221acb8207
commit
4733a7940d
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
doctype html
|
||||
html(itemscope, itemtype='http://schema.org/Product')
|
||||
html(
|
||||
lang=(currentLngCode || 'en'),
|
||||
itemscope,
|
||||
itemtype='http://schema.org/Product'
|
||||
)
|
||||
- metadata = metadata || {}
|
||||
block vars
|
||||
|
||||
|
|
Loading…
Reference in a new issue