@@ -222,7 +222,7 @@ |
||
| 222 | 222 | |
| 223 | 223 | // Add to the ignore list? |
| 224 | 224 | echo ' |
| 225 | - <form action="', getUrl('action', ['action' => 'profile', 'u' => $context['id_member'], 'area' => 'lists', 'sa' => 'ignore']). '" method="post" accept-charset="UTF-8"> |
|
| 225 | + <form action="', getUrl('action', ['action' => 'profile', 'u' => $context['id_member'], 'area' => 'lists', 'sa' => 'ignore']) . '" method="post" accept-charset="UTF-8"> |
|
| 226 | 226 | <div class="add_buddy"> |
| 227 | 227 | <h2 class="category_header">', $txt['ignore_add'], '</h2> |
| 228 | 228 | <div class="well"> |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | resizeWidth: false, |
| 52 | 52 | resizeMaxHeight: -1, |
| 53 | 53 | emoticonsCompat: true, |
| 54 | - emoticonsEnabled: ', $useSmileys ? 'true' : 'false', ', |
|
| 54 | + emoticonsEnabled: ', $useSmileys ? 'true' : 'false', ', |
|
| 55 | 55 | locale: "', !empty($editor_context['locale']) ? $editor_context['locale'] : 'en_US', '", |
| 56 | 56 | rtl: ', empty($context['right_to_left']) ? 'false' : 'true', ', |
| 57 | 57 | colors: "black,red,yellow,pink,green,orange,purple,blue,beige,brown,teal,navy,maroon,limegreen,white", |
@@ -549,7 +549,7 @@ |
||
| 549 | 549 | */ |
| 550 | 550 | public function setSortAndDirection($params) |
| 551 | 551 | { |
| 552 | - $sort_columns = ['relevance', 'num_replies', 'id_msg',]; |
|
| 552 | + $sort_columns = ['relevance', 'num_replies', 'id_msg', ]; |
|
| 553 | 553 | |
| 554 | 554 | // Allow integration to add additional sort columns |
| 555 | 555 | call_integration_hook('integrate_search_sort_columns', array(&$sort_columns)); |