Failed Conditions
Push — oauth-migration-tweaks ( 6fba28...94b17b )
by Simon
09:16 queued 05:15
created
includes/Pages/PageWelcomeTemplateManagement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         // <https://accounts.wmflabs.org/wiki/Help:Introduction>
108 108
         // The code currently assumes that the template was parsed for enwiki, and will need to be
109 109
         // updated once other wikis are supported.
110
-        $templateHtml = preg_replace( '/(<a href=")(\/wiki\/)/', '$1//en.wikipedia.org$2', $templateHtml );
110
+        $templateHtml = preg_replace('/(<a href=")(\/wiki\/)/', '$1//en.wikipedia.org$2', $templateHtml);
111 111
 
112 112
         $this->assign('templateHtml', $templateHtml);
113 113
         $this->assign('template', $template);
Please login to merge, or discard this patch.