permalinks
[mdref/mdref] / views / mdref.phtml
index a9e34ef3a0918c417bc90be91f34604a76d8f637..370d8d85b5b7dd03bb1ddf18951be33ddf53ae89 100644 (file)
@@ -1,7 +1,7 @@
 <?= $file($entry->getPath()) ?>
 
 <?php if ($entry->hasFunctions()) : ?>
-<h2>Functions:</h2>
+<h2 id="Functions:">Functions:</h2>
 <ul>
        <?php foreach($entry as $sub) : if (!$sub->isFunction()) continue; ?>
        <li>
@@ -14,7 +14,7 @@
 <?php endif; ?>
 
 <?php if ($entry->hasNsClasses()) : ?>
-<h2>Namespaces, Interfaces and Classes:</h2>
+<h2 id="Namespaces,.Interfaces.and.Classes:">Namespaces, Interfaces and Classes:</h2>
 <ul>
        <?php foreach ($entry as $sub) : if (!$sub->isNsClass()) continue; ?>
        <li>