Umherirrender has uploaded a new change for review.
https://gerrit.wikimedia.org/r/153635
Change subject: Remove spaces of html in NoLocalSettings.php
......................................................................
Remove spaces of html in NoLocalSettings.php
A <a> should not be followed by a space, because it there already before
the tag.
Change-Id: Ia46cafc6ea7359e92a315678020e7815810aac5a
---
M includes/templates/NoLocalSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/35/153635/1
diff --git a/includes/templates/NoLocalSettings.php
b/includes/templates/NoLocalSettings.php
index 33b2400..bfa153d 100644
--- a/includes/templates/NoLocalSettings.php
+++ b/includes/templates/NoLocalSettings.php
@@ -81,9 +81,9 @@
<p>
<?php
if ( $installerStarted ) {
- echo "Please <a href=\"" . htmlspecialchars(
$path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\"> complete the
installation</a> and download LocalSettings.php.";
+ echo "Please <a href=\"" . htmlspecialchars(
$path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\">complete the
installation</a> and download LocalSettings.php.";
} else {
- echo "Please <a href=\"" . htmlspecialchars(
$path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\"> set up the
wiki</a> first.";
+ echo "Please <a href=\"" . htmlspecialchars(
$path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\">set up the
wiki</a> first.";
}
?>
</p>
--
To view, visit https://gerrit.wikimedia.org/r/153635
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia46cafc6ea7359e92a315678020e7815810aac5a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits