Browse Source

Fixed typo and name of db

E.Cannon 9 years ago
parent
commit
c51554da01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      theme/node--blastdb.tpl.php

+ 2 - 2
theme/node--blastdb.tpl.php

@@ -100,8 +100,8 @@
       <tr><th>Database Path</th><td><?php print $node->db_path; ?></td></tr>
       <tr><th>Database Type</th><td><?php print $node->db_dbtype; ?></td></tr>
       <tr><th>FASTA Header Format</th><td><?php print $node->linkout->regex_type; ?></td></tr>
-      <tr><th>External Database</th><td><?php print $node->linkout->db_id; ?></td></tr>
-      <tr><th>Head RegEx</th><td><?php print $node->linkout->regex; ?></td></tr>
+      <tr><th>External Database</th><td><?php print $node->linkout->db_id->name; ?></td></tr>
+      <tr><th>RegEx</th><td><?php print $node->linkout->regex; ?></td></tr>
       <tr><th>Link-out Type</th><td><?php print $node->linkout->type; ?></td></tr>
     </table>