removed \"-\" in front of section headlines

This commit is contained in:
Roland Gruber 2005-06-28 16:33:06 +00:00
parent 0d3d79aff3
commit 56e6e41b22
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ function createModulePDF($accounts,$pdf_structure="default.xml") {
$section_headline = getSectionHeadline($entries[substr($name,1)][0]);
}
else {
$section_headline = '- ' . _($name);
$section_headline = $name;
}
$pdf->setFont($fontName,"B",12);
$pdf->Write(5,$section_headline . ":");