Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1382,7 +1382,7 @@ |
1383 | 1383 | * to ensure that client-side caches don't keep obsolete copies of global |
1384 | 1384 | * styles. |
1385 | 1385 | */ |
1386 | | -$wgStyleVersion = '167'; |
| 1386 | +$wgStyleVersion = '168'; |
1387 | 1387 | |
1388 | 1388 | |
1389 | 1389 | # Server-side caching: |
— | — | @@ -1806,7 +1806,7 @@ |
1807 | 1807 | 'text/x-python', 'text/x-perl', 'text/x-bash', 'text/x-sh', 'text/x-csh', |
1808 | 1808 | # Windows metafile, client-side vulnerability on some systems |
1809 | 1809 | 'application/x-msmetafile', |
1810 | | - # A ZIP file may be a valid Java archive containing an applet which exploits the |
| 1810 | + # A ZIP file may be a valid Java archive containing an applet which exploits the |
1811 | 1811 | # same-origin policy to steal cookies |
1812 | 1812 | 'application/zip', |
1813 | 1813 | ); |
— | — | @@ -2412,7 +2412,7 @@ |
2413 | 2413 | $wgFeedDiffCutoff = 32768; |
2414 | 2414 | |
2415 | 2415 | /** Override the site's default RSS/ATOM feed for recentchanges that appears on |
2416 | | - * every page. Some sites might have a different feed they'd like to promote |
| 2416 | + * every page. Some sites might have a different feed they'd like to promote |
2417 | 2417 | * instead of the RC feed (maybe like a "Recent New Articles" or "Breaking news" one). |
2418 | 2418 | * Ex: $wgSiteFeed['format'] = "http://example.com/somefeed.xml"; Format can be one |
2419 | 2419 | * of either 'rss' or 'atom'. |
— | — | @@ -3155,7 +3155,7 @@ |
3156 | 3156 | $wgAllowDisplayTitle = true; |
3157 | 3157 | |
3158 | 3158 | /** |
3159 | | - * for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key |
| 3159 | + * for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key |
3160 | 3160 | */ |
3161 | 3161 | $wgRestrictDisplayTitle = true; |
3162 | 3162 | |