Commit da63c903 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(html) Fill lang attribute of html tag

issue #5914
Showing with 1 addition and 1 deletion
+1 -1
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" {if $rtl}dir="rtl" class="rtl"{else}class="ltr"{/if}>
<html xmlns="http://www.w3.org/1999/xhtml" {if $lang}lang="{$lang}" xml:lang="{$lang}"{/if} {if $rtl}dir="rtl" class="rtl"{else}class="ltr"{/if}>
<head>
<title>FusionDirectory{if isset($title)} - {$title|escape}{elseif isset($headline)} - {$headline|escape}{/if}</title>
......
  • bmortier @bmortier

    mentioned in commit d5d2f551

    By Côme Chilliet on 2019-01-16T10:17:30 (imported from GitLab)

    ·

    mentioned in commit d5d2f551

    By Côme Chilliet on 2019-01-16T10:17:30 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !487

    By Côme Chilliet on 2019-01-16T10:17:36 (imported from GitLab)

    ·

    mentioned in merge request !487

    By Côme Chilliet on 2019-01-16T10:17:36 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment