Index: node-om_project.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/TVframe/node-om_project.tpl.php,v
retrieving revision 1.3
diff -u -r1.3 node-om_project.tpl.php
--- node-om_project.tpl.php   4 Mar 2009 22:22:57 -0000   1.3
+++ node-om_project.tpl.php   31 Jul 2009 17:50:29 -0000
@@ -144,7 +144,7 @@
 
       <?php if ($node->field_om_public_url[0]['value']): ?>
         <?php $contact_field = $node->field_om_public_url[0]['value']; ?>
-        <p>email: <strong><?php print $contact_field; ?></strong></p>
+        <p>website: <strong><a href><?php print $contact_field; ?></strong><a></p>
       <?php endif; ?>
 
   </div> <!-- /.block-inner -->