From fccab79bbaf4d21c9cdfb16748da2952fd41fee0 Mon Sep 17 00:00:00 2001
From: Lars Thorsen <lars@erlang.org>
Date: Fri, 27 Aug 2010 09:40:32 +0200
Subject: Fixed the transformation from xml to html of the funcs block in
 comref pages.

---
 lib/erl_docgen/priv/xsl/db_html.xsl | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'lib')

diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl
index 5614b02bb7..bba0f97645 100644
--- a/lib/erl_docgen/priv/xsl/db_html.xsl
+++ b/lib/erl_docgen/priv/xsl/db_html.xsl
@@ -1157,6 +1157,7 @@
 
   </xsl:template>
 
+
   <xsl:template match="name">
 
     <xsl:variable name="tmpstring">
@@ -1208,6 +1209,9 @@
         </xsl:variable>
         <a name="{$fname}-{$arity}"><span class="bold_code"><xsl:value-of select="."/></span></a><br/>
       </xsl:when>
+      <xsl:otherwise>
+        <span class="bold_code"><xsl:value-of select="."/></span>
+      </xsl:otherwise>
     </xsl:choose>
       
   </xsl:template>
-- 
cgit v1.2.3