BBlack has uploaded a new change for review. https://gerrit.wikimedia.org/r/227882
Change subject: varnish default error page: Convert literal utf8 nbsp to html entities ...................................................................... varnish default error page: Convert literal utf8 nbsp to html entities Change-Id: I87802d126141269e1a9b6dc40a422927948b7982 --- M templates/varnish/errorpage.inc.vcl.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/82/227882/1 diff --git a/templates/varnish/errorpage.inc.vcl.erb b/templates/varnish/errorpage.inc.vcl.erb index eaccbe4..92452a9 100644 --- a/templates/varnish/errorpage.inc.vcl.erb +++ b/templates/varnish/errorpage.inc.vcl.erb @@ -34,7 +34,7 @@ <div class="content" role="main"> <a href="//www.wikimedia.org"><img src="<%= wmf_png %>" srcset="//www.wikimedia.org/static/images/wmf-2x.png 2x" alt=Wikimedia width=135 height=135></a> <h1>Error</h1> -<p>Our servers are currently experiencing a technical problem. This is probably temporary and should be fixed soon.<br>Please <a href="" title="Reload this page" onclick="window.location.reload(false); return false">try again</a> in a few minutes.</p> +<p>Our servers are currently experiencing a technical problem. This is probably temporary and should be fixed soon.<br>Please <a href="" title="Reload this page" onclick="window.location.reload(false); return false">try again</a> in a few minutes.</p> </div> <div class="footer"> <p>If you report this error to the Wikimedia System Administrators, please include the details below.</p> -- To view, visit https://gerrit.wikimedia.org/r/227882 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I87802d126141269e1a9b6dc40a422927948b7982 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BBlack <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
