Commit 01b127ea authored by Davis King's avatar Davis King

updated faq

parent 2d810acc
...@@ -180,7 +180,7 @@ row_vect.set_size(5); ...@@ -180,7 +180,7 @@ row_vect.set_size(5);
If you can't find something then check the <a href="term_index.html">index</a>. If you can't find something then check the <a href="term_index.html">index</a>.
<br/><br/> <br/><br/>
Also, the bulk of the documentation can be found by following the Also, the bulk of the documentation can be found by following the
<b><font style='font-size:1.3em' color='#0000FF'>Detailed Documentation</font></b> links. <more_details/> links.
</question> </question>
......
...@@ -703,6 +703,9 @@ ...@@ -703,6 +703,9 @@
<xsl:apply-templates/> <xsl:apply-templates/>
</table> </table>
</xsl:template> </xsl:template>
<xsl:template match="more_details">
<a style="float:none" class='more_details'>More Details...</a>
</xsl:template>
<xsl:template match="div"> <xsl:template match="div">
<div id="{@id}"><xsl:apply-templates/></div> <div id="{@id}"><xsl:apply-templates/></div>
</xsl:template> </xsl:template>
......
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