1
0
mirror of synced 2025-01-18 06:21:40 +03:00

#402 - Added href to h3 titles see: [#403]

This commit is contained in:
RossC0 2007-07-19 14:49:35 +00:00
parent bd2cb48520
commit 302503b86c

View File

@ -217,7 +217,7 @@ class DocTool
}
if ($section->getLevel() > $this->getOption('max-level')) {
echo '<a id="' . $this->makeAnchor($section->getPath()) . '">';
echo '<a href="#'. $this->makeAnchor($section->getPath()) .'" id="' . $this->makeAnchor($section->getPath()) . '">';
echo $name;
echo '</a>';
} else {