diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ng/base/head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ng/base/head.tmpl b/templates/ng/base/head.tmpl index 6d5001a9cb..faafef563a 100644 --- a/templates/ng/base/head.tmpl +++ b/templates/ng/base/head.tmpl @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html{{if .BrowserSupportsCopy}} class="is-copy-enabled"{{end}}> <head data-suburl="{{AppSubUrl}}"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> |