From: Mikael Nordfeldth Date: Sun, 24 Aug 2014 11:34:01 +0000 (+0200) Subject: QnA layout fix, still no answer-action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e47026085fa4f2071e694d9c3e3fe2aa5142135;p=quix0rs-gnu-social.git QnA layout fix, still no answer-action There is required to be an answer-action element for the threaded view so we can fetch that action value to an AJAX call which fetches the form. That is: Currently the "Your answer..." placeholder will fetch a blank URL. --- diff --git a/plugins/QnA/QnAPlugin.php b/plugins/QnA/QnAPlugin.php index 77c4abf320..1cbab3b60b 100644 --- a/plugins/QnA/QnAPlugin.php +++ b/plugins/QnA/QnAPlugin.php @@ -342,8 +342,6 @@ class QnAPlugin extends MicroAppPlugin $nli->showContext(); $nli->showRepeat(); - $out->elementEnd('div'); - $nli->showNoticeOptions(); if ($notice->object_type == QnA_Question::OBJECT_TYPE) {