From 7e47026085fa4f2071e694d9c3e3fe2aa5142135 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 24 Aug 2014 13:34:01 +0200 Subject: [PATCH] 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. --- plugins/QnA/QnAPlugin.php | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.39.5