? .svn
? faq_btt_killer.patch
? includes/.svn
? translations/.svn
Index: faq.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v
retrieving revision 1.1.4.52.2.95
diff -u -p -r1.1.4.52.2.95 faq.module
--- faq.module	4 Jan 2009 20:42:34 -0000	1.1.4.52.2.95
+++ faq.module	18 Sep 2009 13:28:47 -0000
@@ -1100,7 +1100,9 @@ function faq_view_answer(&$data, $node, 
   }
 
   // Add "back to top" link.
-  $node->links['faq_back_to_top'] = $back_to_top;
+  if (trim($back_to_top)) {
+    $node->links['faq_back_to_top'] = $back_to_top;
+  }
 
   $content = drupal_render($node->content);
   node_invoke_nodeapi($node, 'alter', $teaser, 0);
