diff --git a/indefero/src/IDF/templates/idf/issues/view.html b/indefero/src/IDF/templates/idf/issues/view.html index bc91af9..23effc4 100644 --- a/indefero/src/IDF/templates/idf/issues/view.html +++ b/indefero/src/IDF/templates/idf/issues/view.html @@ -19,7 +19,7 @@ {if $submitter_data.avatar != ''}  {else} - + {/if} {if $i == 0}

{blocktrans}Reported by {$submitter}, {/blocktrans}{$request.user.convertToUserTimezone($c.creation_dtime)}

diff --git a/indefero/src/IDF/templates/idf/review/view.html b/indefero/src/IDF/templates/idf/review/view.html index 41d368b..3a03cab 100644 --- a/indefero/src/IDF/templates/idf/review/view.html +++ b/indefero/src/IDF/templates/idf/review/view.html @@ -102,7 +102,7 @@ to propose more contributions. {if $submitter_data.avatar != ''}  {else} -  +  {/if} {aurl 'url', 'IDF_Views_Review::view', array($project.shortname, $review.id)} {assign $id = $c.id} diff --git a/indefero/src/IDF/templates/idf/user/public.html b/indefero/src/IDF/templates/idf/user/public.html index 32e5dee..721e909 100644 --- a/indefero/src/IDF/templates/idf/user/public.html +++ b/indefero/src/IDF/templates/idf/user/public.html @@ -5,7 +5,7 @@ {if $user_data.avatar != ''}  {else} -  +  {/if} {$member}