(bug 33246) News icon shown for news:// URLs but not for news: URLs. Patch by Erwin...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 21 Dec 2011 18:58:27 +0000 (18:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 21 Dec 2011 18:58:27 +0000 (18:58 +0000)
RELEASE-NOTES-1.19
skins/modern/main.css
skins/monobook/main.css
skins/simple/main.css
skins/vector/screen.css

index d05876d..f33498b 100644 (file)
@@ -193,6 +193,7 @@ production.
   Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace
 * (bug 33156) Special:Block now allows you to confirm you want to block yourself
   when using non-normalized username
+* (bug 33246) News icon shown for news:// URLs but not for news: URLs
 
 === API changes in 1.19 ===
 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
index ee09952..1748156 100644 (file)
@@ -424,7 +424,7 @@ h1, h2, h3, h4, h5, h6 {
        background: url(mail_icon.gif) center right no-repeat;
        padding-right: 18px;
 }
-#mw_content a.external[href ^="news://"] {
+#mw_content a.external[href ^="news:"] {
        /* @embed */
        background: url(news_icon.png) center right no-repeat;
        padding-right: 18px;
index efe8a34..9a8eac1 100644 (file)
@@ -151,7 +151,7 @@ table.rimage {
        background: url(mail_icon.gif) center right no-repeat;
        padding-right: 18px;
 }
-#bodyContent a.external[href ^="news://"] {
+#bodyContent a.external[href ^="news:"] {
        /* @embed */
        background: url(news_icon.png) center right no-repeat;
        padding-right: 18px;
index 9eacd22..559170b 100644 (file)
@@ -239,7 +239,7 @@ h2 {
        background: url(mail_icon.gif) center right no-repeat;
        padding-right: 18px;
 }
-#bodyContent a.external[href ^="news://"] {
+#bodyContent a.external[href ^="news:"] {
        background: url(news_icon.png) center right no-repeat;
        padding-right: 18px;
 }
index 76defbf..ded0a00 100644 (file)
@@ -715,7 +715,7 @@ div#content a.external[href ^="mailto:"],
        background: url(images/mail-icon.png) center right no-repeat;
        padding-right: 13px;
 }
-div#content a.external[href ^="news://"] {
+div#content a.external[href ^="news:"] {
        /* @embed */
        background: url(images/news-icon.png) center right no-repeat;
        padding-right: 13px;