Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/62967
Change subject: Use XHTML compliant breaks
......................................................................
Use XHTML compliant breaks
Change-Id: If440ff1c5f3e333c72225dd9a8137d60e1f0594c
---
M includes/ZeroConfig.i18n.php
M includes/ZeroConfigContent.php
2 files changed, 4 insertions(+), 4 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ZeroRatedMobileAccess
refs/changes/67/62967/1
diff --git a/includes/ZeroConfig.i18n.php b/includes/ZeroConfig.i18n.php
index b06cdd8..c53dcf4 100644
--- a/includes/ZeroConfig.i18n.php
+++ b/includes/ZeroConfig.i18n.php
@@ -17,7 +17,7 @@
$messages['en'] = array(
'zeroconfig-errors_found' => '{{PLURAL:$1|An error was|$1 errors were}}
found in configuration data:',
'zeroconfig-json' => 'Unable to parse JSON configuration. Please check
the syntax.',
- 'zeroconfig-field_error' => '<br>* Parameter \'$1\' $2',
+ 'zeroconfig-field_error' => '<br />* Parameter \'$1\' $2',
'zeroconfig-duplicate_field' => 'More than one value \'$1\' found',
'zeroconfig-opt_bool' => 'must be true or false (optional)',
'zeroconfig-opt_string' => 'must be a string (optional)',
@@ -74,7 +74,7 @@
$messages['af'] = array(
'zeroconfig-errors_found' => "{{PLURAL:$1|'n Fout is|$1 foute is}} in
die konfigurasie-data gevind:",
'zeroconfig-json' => 'Kon nie die JSON-konfigurasie verwerk nie.
Kontroleer asseblief die sintaks.',
- 'zeroconfig-field_error' => "<br>* Parameter '$1'$2", # Fuzzy
+ 'zeroconfig-field_error' => "<br />* Parameter '$1'$2", # Fuzzy
'zeroconfig-duplicate_field' => "Meer as een waarde '$1' gevind",
'zeroconfig-opt_bool' => 'moet waar of vals wees (opsioneel)',
'zeroconfig-opt_string' => "moet 'n string wees (opsioneel)",
@@ -155,7 +155,7 @@
$messages['mk'] = array(
'zeroconfig-errors_found' => 'Пронајдов {{PLURAL:$1|грешка|$1 грешки}}
во податоците на поставките:',
'zeroconfig-json' => 'Не можам да ги парсирам поставките на JSON.
Проверете ја синтаксата.',
- 'zeroconfig-field_error' => '<br>* Параметар „$1“ $2', # Fuzzy
+ 'zeroconfig-field_error' => '<br />* Параметар „$1“ $2', # Fuzzy
'zeroconfig-duplicate_field' => 'Пронајдов повеќе од една вредност
„$1“',
'zeroconfig-opt_bool' => 'мора да биде вистинито или невистинито
(незадолжително)',
'zeroconfig-opt_string' => 'мора да биде низа (незадолжително)',
diff --git a/includes/ZeroConfigContent.php b/includes/ZeroConfigContent.php
index 6b03198..d998d92 100644
--- a/includes/ZeroConfigContent.php
+++ b/includes/ZeroConfigContent.php
@@ -62,7 +62,7 @@
function getHtml() {
$conf = $this->config->getData();
return
- self::objectTable( $conf ) . '<br>' .
$this->renderBanners( $conf );
+ self::objectTable( $conf ) . '<br />' .
$this->renderBanners( $conf );
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/62967
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If440ff1c5f3e333c72225dd9a8137d60e1f0594c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ZeroRatedMobileAccess
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits