]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/lib/qnashowanswerform.php
QnA - Better ajax response when making a new answer. Still not right. Needs to use...
[quix0rs-gnu-social.git] / plugins / QnA / lib / qnashowanswerform.php
index 665c40857f1c96bea3a47e89c31a6497062fe9cc..f3923698d22906c135ee502eaa837e82a719c2a9 100644 (file)
@@ -125,9 +125,7 @@ class QnashowanswerForm extends Form
             'answer-' . $this->answer->id
         );
 
-
-
-        // $this->out->raw($this->answer->asHTML());
+        $this->out->raw($this->answer->asHTML());
     }
 
     /**