diff --git a/Theme/Backend/qa-question.tpl.php b/Theme/Backend/qa-question.tpl.php
index b070c19..eee588d 100755
--- a/Theme/Backend/qa-question.tpl.php
+++ b/Theme/Backend/qa-question.tpl.php
@@ -28,7 +28,9 @@ echo $this->getData('nav')->render();
= $this->printHtml($question->question); ?>
+ createdBy->image !== null) : ?>
); ?>)
+
@@ -39,7 +41,7 @@ echo $this->getData('nav')->render();
- = $this->printHtml($answer->getAnswer()); ?>= $this->printHtml($answer->getCreatedAt()->format('Y-m-d')); ?>= $this->printHtml($answer->createdBy->getId()); ?>= $this->printHtml($answer->getStatus()); ?>= $this->printHtml($answer->isAccepted()); ?>
+ = $this->printHtml($answer->getAnswer()); ?>= $this->printHtml($answer->createdAt->format('Y-m-d')); ?>= $answer->createdBy->getId(); ?>= $answer->getStatus(); ?>= $this->printHtml((string) $answer->isAccepted()); ?>