|
@@ -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.