We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edc8ce commit b5ce689Copy full SHA for b5ce689
arc
@@ -0,0 +1 @@
1
+Subproject commit c7c03dad5d489175fc94ba2aca845fde57cf62b5
ontology_content.php
@@ -18,6 +18,9 @@
18
echo "<h2>${group_label}</h2>\n";
19
echo "<ol>\n";
20
foreach ($defines as $defined) {
21
+ if (!$complete_graph->resource_is_of_type($defined, $group_type)) {
22
+ continue;
23
+ }
24
$anchor = end(explode("/", $defined));
25
echo "\t<li class=\"datatype\">";
26
echo "<a name=\"${anchor}\"></a>";
0 commit comments