forward and backward dependencies. Fixed.
<script>
var CICURI = "<xsl:value-of select="$CICURI"/>";
<![CDATA[
- document.write('<a target="graph" href="' + mkDepURL(CICURI,true) + '">View the graph of all the objects depending on this one.</a>');
+ document.write('<a target="graph" href="' + mkMetaURL(CICURI,true) + '">View the graph of all the objects depending on this one.</a>');
]]>
</script>
</p>
<script>
var CICURI = "<xsl:value-of select="$CICURI"/>";
<![CDATA[
- document.write('<a target="graph" href="' + mkMetaURL(CICURI,true) + '">View the graph of all the dependencies of this object.</a>');
+ document.write('<a target="graph" href="' + mkDepURL(CICURI,true) + '">View the graph of all the dependencies of this object.</a>');
]]>
</script>
</p>