Passed
Pull Request — development (#3442)
by Elk
12:13 queued 06:23
created
themes/default/ProfileOptions.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
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">
Please login to merge, or discard this patch.
themes/default/GenericControls.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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",
Please login to merge, or discard this patch.
sources/ElkArte/Search/SearchParams.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -549,7 +549,7 @@
 block discarded – undo
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));
Please login to merge, or discard this patch.