r84155 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84154‎ | r84155 | r84156 >
Date:08:45, 17 March 2011
Author:siebrand
Status:ok
Tags:
Comment:
Use span tag instead of font. Spotted by Ebraminio.
Modified paths:
  • /trunk/extensions/ReaderFeedback/language/RatingHistory.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReaderFeedback/language/RatingHistory.i18n.php
@@ -13,7 +13,7 @@
1414 'ratinghistory-leg' => 'Rating history data for [[:$1|$1]]',
1515 'ratinghistory-tab' => 'rating',
1616 'ratinghistory-link' => 'Page rating',
17 - 'ratinghistory-thanks' => '\'\'<font color="darkred">Thank you for taking a moment to review this page!</font>\'\'',
 17+ 'ratinghistory-thanks' => '\'\'<span style="color:darkred;">Thank you for taking a moment to review this page!</span>\'\'',
1818 'ratinghistory-period' => 'Time period:',
1919 'ratinghistory-month' => 'last month',
2020 'ratinghistory-3months' => 'last 3 months',
@@ -30,13 +30,13 @@
3131 'ratinghistory-table-votes' => 'Votes',
3232 'ratinghistory-none' => 'There is not enough reader feedback data available for graphs at this time.',
3333 'ratinghistory-ratings' => '\'\'\'Legend:\'\'\' \'\'\'(1)\'\'\' - Poor; \'\'\'(2)\'\'\' - Low; \'\'\'(3)\'\'\' - Fair; \'\'\'(4)\'\'\' - High; \'\'\'(5)\'\'\' - Excellent;',
34 - 'ratinghistory-legend' => 'The \'\'\'daily number of reviews\'\'\' <font color="red">\'\'(red)\'\'</font>, \'\'\'daily average rating\'\'\' <font color="blue">\'\'(blue)\'\'</font>,
 34+ 'ratinghistory-legend' => 'The \'\'\'daily number of reviews\'\'\' <span style="color:red;">\'\'(red)\'\'</span>, \'\'\'daily average rating\'\'\' <font color="blue">\'\'(blue)\'\'</font>,
3535 and \'\'\'running average rating\'\'\' <font color="green">\'\'(green)\'\'</font> are graphed below, by date.
3636 The \'\'\'running average rating\'\'\' is simply the average of all the daily ratings \'\'within\'\' this time frame for each day.
3737 The ratings are as follows:
3838
3939 \'\'\'(1)\'\'\' - Poor; \'\'\'(2)\'\'\' - Low; \'\'\'(3)\'\'\' - Fair; \'\'\'(4)\'\'\' - High; \'\'\'(5)\'\'\' - Excellent;',
40 - 'ratinghistory-graph-scale' => '\'\'\'Reviews per day\'\'\' <font color="red">\'\'(red)\'\'</font> shown on a \'\'1:$1\'\' scale.',
 40+ 'ratinghistory-graph-scale' => '\'\'\'Reviews per day\'\'\' <span style="color:red;">\'\'(red)\'\'</span> shown on a \'\'1:$1\'\' scale.',
4141 'right-feedback' => 'Use the feedback form to rate a page',
4242 );
4343

Status & tagging log