Completed
Push — master ( 48b96e...454ebd )
by Michael
02:08
created
admin/answer.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -110,18 +110,18 @@
 block discarded – undo
110 110
     foreach ($proposed_answers as $proposed_answer) {
111 111
         if (_SF_STATUS_NEW_ANSWER == $faqObj->status()) {
112 112
             $merge   = "<a href='faq.php?op=merge&amp;faqid="
113
-                       . $faqObj->faqid()
114
-                       . '&amp;answerid='
115
-                       . $proposed_answer->answerid()
116
-                       . "'><img src='"
117
-                       . XOOPS_URL
118
-                       . '/modules/'
119
-                       . $xoopsModule->dirname()
120
-                       . "/assets/images/icon/merge.gif' title='"
121
-                       . _AM_SF_FAQ_MERGE
122
-                       . "' alt='"
123
-                       . _AM_SF_FAQ_MERGE
124
-                       . "'></a>&nbsp;";
113
+                        . $faqObj->faqid()
114
+                        . '&amp;answerid='
115
+                        . $proposed_answer->answerid()
116
+                        . "'><img src='"
117
+                        . XOOPS_URL
118
+                        . '/modules/'
119
+                        . $xoopsModule->dirname()
120
+                        . "/assets/images/icon/merge.gif' title='"
121
+                        . _AM_SF_FAQ_MERGE
122
+                        . "' alt='"
123
+                        . _AM_SF_FAQ_MERGE
124
+                        . "'></a>&nbsp;";
125 125
             $approve = "<a href='answer.php?op=selectanswer&amp;faqid=" . $faqid . '&amp;answerid=' . $proposed_answer->answerid() . "'><img src='" . $pathIcon16 . '/on.png' . "' title='" . _AM_SF_FAQ_APPROVE_NEW_ANSWER . "' alt='" . _AM_SF_APPROVESUB . "'></a>";
126 126
         }
127 127
         $modify = "<a href='faq.php?op=mod&amp;faqid=" . $faqObj->faqid() . '&amp;answerid=' . $proposed_answer->answerid() . "'><img src='" . $pathIcon16 . '/edit.png' . "' title='" . _AM_SF_FAQ_REVIEW . "' alt='" . _AM_SF_FAQ_REVIEW . "'></a>&nbsp;";
Please login to merge, or discard this patch.