From: Georgi D. Sotirov Date: Fri, 24 May 2019 14:32:38 +0000 (+0300) Subject: Add viewport meta (#78) X-Git-Tag: bugzilla-5.2~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9840732839248c7ab81d68d0f2d82f0f0fa12782;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) %]