diff options
Diffstat (limited to 'themes/yaroon/jeroen2.theme')
-rw-r--r-- | themes/yaroon/jeroen2.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/yaroon/jeroen2.theme b/themes/yaroon/jeroen2.theme index 27b7b0541..236bbbd66 100644 --- a/themes/yaroon/jeroen2.theme +++ b/themes/yaroon/jeroen2.theme @@ -168,7 +168,7 @@ <tr> <td class="box"> <img src="themes/jeroen2/images/square.gif" /> <b><?php echo check_output($comment->subject); ?></b> - <font size="-1"><?php echo strtr(t(" by %a on %b"), array("%a" => format_username($comment->userid), "%b" => format_date($comment->timestamp), "small")); ?></font> + <font size="-1"><?php echo strtr(t(" by %a on %b"), array("%a" => format_username($comment->userid), "%b" => format_date($comment->timestamp), "small")); ?></font> </td> <td align="right"><?php echo comment_moderation($comment); ?></td> </tr> @@ -209,7 +209,7 @@ <table width="90%" border="0" cellpadding="0" cellspacing="1"> <tr> - <td class="box"><img src="themes/jeroen2/images/square.gif" /> <b><?php echo $subject; ?></b></td> + <td class="box"><img src="themes/jeroen2/images/square.gif" /> <b><?php echo $subject; ?></b></td> </tr> <tr><td class="spacer1"><img src="themes/jeroen2/images/pixel.gif" width="1" height="1" alt="" border="0" /><br></td></tr> <tr> |