1
0

<small> isn't allowed in l10n messages (the l10n server won't accept such messages, and thus you can't download any translations for such messages)

This commit is contained in:
Andy Staudacher 2010-01-26 21:46:42 -08:00
parent c7d1baab70
commit bbdf951260

View File

@ -46,7 +46,7 @@
<ul>
<? foreach ($comments as $comment): ?>
<li id="g-Comment-<?= $comment->id ?>" class="g-comment-box">
<?= t('<b>%name</b> <small>%date</small>: ',
<?= t('<b>%name</b> %date: ',
array("date" => date(module::get_var("gallery", "date_time_format", "Y-M-d H:i:s"), $comment->created),
"name" => html::clean($comment->author_name()))); ?>
<div class="g-comment">