Index: format.php =================================================================== --- format.php (revision 109) +++ format.php (working copy) @@ -173,7 +173,7 @@ } else { $strsummary = ' - '.substr($strsummary, 0, 60).'...'; } - $sectionmenu['topic='.$section] = s($section.$strsummary); + $sectionmenu['topic='.$section] = $section.$strsummary; } $section++; continue;