From: Ed Sanders Date: Sun, 5 Mar 2017 11:56:27 +0000 (+0000) Subject: Add mw-body-content to indicators X-Git-Tag: 1.31.0-rc.0~3856^2~1 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=7b5a83d384aff1d31da405792fc5753aa1d79a4d;p=lhc%2Fweb%2Fwiklou.git Add mw-body-content to indicators Bug: T155863 Change-Id: I111d0fd1ead266b6dbf7ad81e6e73133b96a7127 --- diff --git a/includes/skins/BaseTemplate.php b/includes/skins/BaseTemplate.php index 61d34c6495..e571c58c32 100644 --- a/includes/skins/BaseTemplate.php +++ b/includes/skins/BaseTemplate.php @@ -648,7 +648,7 @@ abstract class BaseTemplate extends QuickTemplate { * @since 1.25 */ public function getIndicators() { - $out = "
\n"; + $out = "
\n"; foreach ( $this->data['indicators'] as $id => $content ) { $out .= Html::rawElement( 'div',