Index: node.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bluebreeze/node.tpl.php,v
retrieving revision 1.2
diff -u -F^f -r1.2 node.tpl.php
--- node.tpl.php	26 Nov 2006 20:37:59 -0000	1.2
+++ node.tpl.php	18 Jan 2007 15:29:27 -0000
@@ -11,7 +11,7 @@
   <div class="meta<?php if ($has_terms) : ?> with-taxonomy<?php endif; ?>">
   
     <?php if ($submitted): ?>
-      <div class="submitted"><?php print t('Posted ') . format_date($node->created, 'custom', "F jS, Y") . t(' by ') . theme('username', $node); ?></div> 
+      <div class="submitted"><?php print t('Posted !date by !name', array('!date' => format_date($node->created, 'custom', "F jS, Y"), '!name' => theme('username', $node))); ?></div> 
     <?php endif; ?>
     
     <?php if ($has_terms) : ?> 
