Commit 302503b8 authored by RossC0's avatar RossC0

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

parent bd2cb485
...@@ -217,7 +217,7 @@ class DocTool ...@@ -217,7 +217,7 @@ class DocTool
} }
if ($section->getLevel() > $this->getOption('max-level')) { 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 $name;
echo '</a>'; echo '</a>';
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment