소스 검색

Fixed bug in properties showing up twice

Stephen Ficklin 11 년 전
부모
커밋
10f704a72e
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      tripal_feature/theme/css/tripal_feature.css
  2. 1 1
      tripal_feature/tripal_feature.module

+ 2 - 1
tripal_feature/theme/css/tripal_feature.css

@@ -9,8 +9,9 @@
 
 pre#tripal_feature-featureloc_sequence {
   color: #000000;
+  /*
   height: 400px;
-  overflow: scroll;
+  overflow: scroll; */
 }
 
 div#tripal_feature-featureloc_sequence-legend {

+ 1 - 1
tripal_feature/tripal_feature.module

@@ -1388,7 +1388,7 @@ function tripal_feature_node_view($node, $view_mode, $langcode) {
           '#value' => theme('tripal_feature_properties', array('node' => $node)),
         );
         $node->content['tripal_feature_publications'] = array(
-          '#value' => theme('tripal_feature_properties', array('node' => $node)),
+          '#value' => theme('tripal_feature_publications', array('node' => $node)),
         );
         $node->content['tripal_feature_references'] = array(
           '#value' => theme('tripal_feature_references', array('node' => $node)),