Skip to content

Commit

Permalink
fix for #1268058
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Feb 19, 2012
1 parent 2d8f9a6 commit 7cf1cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omega/templates/comment.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<?php print $picture; ?>

<footer>
<footer class="comment-submitted">
<?php
print t('Submitted by !username on !datetime',
array('!username' => $author, '!datetime' => '<time datetime="' . $datetime . '">' . $created . '</time>'));
Expand Down
2 changes: 1 addition & 1 deletion starterkits/omega-xhtml/templates/comment.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<?php print $picture; ?>

<div>
<div class="comment-submitted">
<?php
print t('Submitted by !username on !datetime',
array('!username' => $author, '!datetime' => '<time datetime="' . $datetime . '">' . $created . '</time>'));
Expand Down

0 comments on commit 7cf1cc5

Please sign in to comment.