MINOR: changed pipe to dash. Easier on the eyes.

This commit is contained in:
Will Rossiter 2011-02-25 09:22:36 +13:00
parent b1c93bd27a
commit bb35223fea

View File

@ -583,7 +583,7 @@ class DocumentationViewer extends Controller {
$output = "";
foreach($pages as $page) {
$output = $page->Title .' | '. $output;
$output = $page->Title .' - '. $output;
}
return $output;