Author: tomasz.sienicki
Description:
Cosmetics: people request that categories be separated by • instead of '|'.
- Skin.php.org 2006-04-25 00:38:16.106294035 +0200
+++ Skin.php 2006-04-25 00:30:39.000000000 +0200
@@ -506,0 +507 @@
+ $catseparator = wfMsgHtml( 'category-separator' );
@@ -510 +511 @@
- $t = $embed . implode ( "$pop | $embed" ,
$wgOut->mCategoryLinks ) . $pop;
+ $t = $embed . implode ( "$pop $catseparator $embed" ,
$wgOut->mCategoryLinks ) . $pop;
Version: unspecified
Severity: enhancement