VitaliyFilippov has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/255651

Change subject: \n should be in double quotes else it gets unmodified to 
Special:Search!
......................................................................

\n should be in double quotes else it gets unmodified to Special:Search!

Change-Id: Iae9de0197aebf000f399f1051e5f5ee49eea4ce1
---
M includes/specials/SpecialSearch.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/51/255651/1

diff --git a/includes/specials/SpecialSearch.php 
b/includes/specials/SpecialSearch.php
index f50fb73..be762e4 100644
--- a/includes/specials/SpecialSearch.php
+++ b/includes/specials/SpecialSearch.php
@@ -388,7 +388,7 @@
                        }
                }
 
-               $out->addHTML( '<div class="visualClear"></div>\n' );
+               $out->addHTML( "<div class='visualClear'></div>\n" );
                if ( $prevnext ) {
                        $out->addHTML( "<p 
class='mw-search-pager-bottom'>{$prevnext}</p>\n" );
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/255651
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae9de0197aebf000f399f1051e5f5ee49eea4ce1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_26
Gerrit-Owner: VitaliyFilippov <vita...@yourcmc.ru>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to