]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
QnA layout fix, still no answer-action
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 24 Aug 2014 11:34:01 +0000 (13:34 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 24 Aug 2014 11:34:01 +0000 (13:34 +0200)
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

index 77c4abf320d1d1a9b3cd00631024e432cfa56b75..1cbab3b60b30d19ce9b98e3b2b89185476b771f9 100644 (file)
@@ -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) {