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

Merge branch '5914-html-tag-should-have-a-lang-attribute' into '1.4-dev'

Resolve "html tag should have a lang attribute"

See merge request fusiondirectory/fd!431

(cherry picked from commit 186b5c07)

da63c903 :ambulance: fix(html) Fill lang attribute of html tag
Showing with 1 addition and 1 deletion
+1 -1
<!DOCTYPE html> <!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> <head>
<title>{if isset($title)}{$title}{else}FusionDirectory{/if}</title> <title>{if isset($title)}{$title}{else}FusionDirectory{/if}</title>
......
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