From: Georgi D. Sotirov Date: Fri, 24 May 2019 14:32:38 +0000 (+0300) Subject: Add viewport meta (#78) X-Git-Tag: bugzilla-5.0.4.1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da921d25dfbaa0cfb230a6c00f9e1a64accc6ee5;p=thirdparty%2Fbugzilla.git Add viewport meta (#78) Add viewport meta to improve rendering on mobile devices. Without this meta Google Search tools would report Bugzilla pages as not suitable for mobile devices. --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index bd40fff88e..0d6849ddbb 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -89,6 +89,8 @@ [% END %] + + [% SET yui = yui_resolve_deps(yui, yui_deps) %] [% SET css_sets = css_files(style_urls, yui, yui_css) %]