diff --git a/application/views/responsive_lovestu/viewquestionanswer.php b/application/views/responsive_lovestu/viewquestionanswer.php index d5e056683331bc4535bb864ea550c0cd7aafc42a..dd84b88a23dc637cc45ecc1c4f966b7642083a98 100644 --- a/application/views/responsive_lovestu/viewquestionanswer.php +++ b/application/views/responsive_lovestu/viewquestionanswer.php @@ -79,7 +79,7 @@
{template question_content_header} - {eval echo clearlinkref(htmlspecialchars_decode($question['description']));} + {eval echo $question['description'];} {template question_content_footer}
@@ -128,7 +128,7 @@
-

{eval echo clearlinkref(htmlspecialchars_decode(replacewords($useranswer['content']))); }

+

{eval echo replacewords($useranswer['content']); }