mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 01:41:41 +00:00
fixed missing title val
This commit is contained in:
parent
9c6f0faff6
commit
06c83dfcfa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
title= title + ' - '+ translate("online_latex_editor")
|
||||
- else
|
||||
title= translate("online_latex_editor") +' ShareLaTeX - ' +translate(title)
|
||||
title= translate(title) + ' - ShareLaTeX, '+
|
||||
title= translate(title) + ' - ShareLaTeX, '+translate("online_latex_editor")
|
||||
|
||||
link(rel="icon", href="/favicon.ico")
|
||||
link(rel='stylesheet', href='/stylesheets/style.css?fingerprint='+fingerprint('/stylesheets/style.css'))
|
||||
|
|
Loading…
Reference in a new issue