Dzahn has submitted this change and it was merged. Change subject: Backport upstream fix to our custom header.html.tmpl template ......................................................................
Backport upstream fix to our custom header.html.tmpl template http://bzr.mozilla.org/bugzilla/4.2/revision/8182 Change-Id: I0b2b3f30d578efadb0e79d2c43330566c8e19b61 --- M template/en/custom/global/header.html.tmpl 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Aklapper: Looks good to me, but someone else must approve Dzahn: Verified; Looks good to me, approved diff --git a/template/en/custom/global/header.html.tmpl b/template/en/custom/global/header.html.tmpl index 6696bcf..cd2ea8f 100644 --- a/template/en/custom/global/header.html.tmpl +++ b/template/en/custom/global/header.html.tmpl @@ -254,7 +254,7 @@ #%] <body onload="[% onload %]" - class="[% urlbase.replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %] + class="[% urlbase.replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') FILTER css_class_quote %] [% FOREACH class = bodyclasses %] [% ' ' %][% class FILTER css_class_quote %] [% END %] yui-skin-sam"> -- To view, visit https://gerrit.wikimedia.org/r/91880 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0b2b3f30d578efadb0e79d2c43330566c8e19b61 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
