Kipcool has uploaded a new change for review.

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


Change subject: changed arrows to characters supported by IE7
......................................................................

changed arrows to characters supported by IE7

Change-Id: Ic3c3cb8de74ae6495c37e72b24f60d4e1661ba03
---
M OmegaWiki/Editor.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiLexicalData 
refs/changes/75/66075/1

diff --git a/OmegaWiki/Editor.php b/OmegaWiki/Editor.php
index a469d48..c822812 100644
--- a/OmegaWiki/Editor.php
+++ b/OmegaWiki/Editor.php
@@ -310,7 +310,7 @@
 
                // if it is collapsible, continue
                global $wgLang;
-               $arrow = ( $wgLang->getDir() == 'ltr' ) ? "▶" : "◀" ;
+               $arrow = ( $wgLang->getDir() == 'ltr' ) ? "►" : "◄" ;
                $prefix = Html::element('span', array(
                        'class' => "prefix collapse-$class"
                        ) , $arrow ) ;
@@ -2183,11 +2183,11 @@
 
                $popupShow = Html::element('span', array(
                        'class' => "popupshow"
-                       ) , wfMessage( 'showtoc' )->text() . " ▿"  ) ;
+                       ) , wfMessage( 'showtoc' )->plain() . " ▼"  ) ;
                $popupHide = Html::element('span', array(
                        'class' => "popuphide",
                        'style' => "display:none;"
-                       ) , wfMessage( 'hidetoc' )->text() . " ▵"  ) ;
+                       ) , wfMessage( 'hidetoc' )->plain() . " ▲"  ) ;
 
                $result .= $popupShow . $popupHide ;
                $result .= Html::closeElement('a');

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3c3cb8de74ae6495c37e72b24f60d4e1661ba03
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiLexicalData
Gerrit-Branch: master
Gerrit-Owner: Kipcool <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to