diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js
index dcf42a5c..8a144f0d 100644
--- a/build/docs/js/doc.js
+++ b/build/docs/js/doc.js
@@ -18,11 +18,7 @@ $(document).ready(function(){
}).ToolTipDemo('#fff');
$("a.name").click(function(){
- $("div.more,div.short",this.parentNode.parentNode)
- .find("div.desc").each(function(){
- $(this).html( $(this).html().replace(/\n\n/g, "
") );
- }).end()
- .toggle('slow');
+ $("div.more,div.short",this.parentNode.parentNode).toggle('slow');
return false;
});
diff --git a/build/docs/style/docs.xsl b/build/docs/style/docs.xsl
index 8d9f6704..ff1977ac 100644
--- a/build/docs/style/docs.xsl
+++ b/build/docs/style/docs.xsl
@@ -37,7 +37,9 @@