Pārlūkot izejas kodu

Some lost closing tag and some new lines after closing tags removed

Signed-off-by: emanuele <[email protected]>
emanuele 12 gadi atpakaļ
vecāks
revīzija
5a38bc12e4

+ 1 - 1
Sources/Admin.php

@@ -996,4 +996,4 @@ function AdminEndSession()
 	redirectexit('action=admin');
 }
 
-?>
+?>

+ 1 - 1
Sources/Class-CurlFetchWeb.php

@@ -306,4 +306,4 @@ class curl_fetch_web_data
 	}
 }
 
-?>
+?>

+ 1 - 1
Sources/LogInOut.php

@@ -758,4 +758,4 @@ function validatePasswordFlood($id_member, $password_flood_value = false, $was_c
 
 }
 
-?>
+?>

+ 1 - 1
Sources/ManageBoards.php

@@ -848,4 +848,4 @@ function EditBoardSettings($return_config = false)
 	prepareDBSettingContext($config_vars);
 }
 
-?>
+?>

+ 1 - 1
Sources/ManageNews.php

@@ -1086,4 +1086,4 @@ function ModifyNewsSettings($return_config = false)
 	prepareDBSettingContext($config_vars);
 }
 
-?>
+?>

+ 1 - 1
Sources/ManageSmileys.php

@@ -2036,4 +2036,4 @@ function sortSmileyTable()
 	$smcFunc['db_remove_column']('{db_prefix}smileys', 'temp_order');
 }
 
-?>
+?>

+ 1 - 1
Sources/ModerationCenter.php

@@ -2150,4 +2150,4 @@ function ModEndSession()
 	redirectexit('action=moderate');
 }
 
-?>
+?>

+ 1 - 1
Sources/PersonalMessage.php

@@ -3709,4 +3709,4 @@ function isAccessiblePM($pmID, $validFor = 'in_or_outbox')
 	}
 }
 
-?>
+?>

+ 2 - 0
Sources/SearchAPI-Custom.php

@@ -351,3 +351,5 @@ class custom_search
 		}
 	}
 }
+
+?>

+ 1 - 1
Sources/Security.php

@@ -1334,4 +1334,4 @@ function constructBanQueryIP($fullip)
 	return $ban_query;
 }
 
-?>
+?>

+ 2 - 0
Sources/Subs-Charset.php

@@ -588,3 +588,5 @@ function fix_serialized_columns()
 	));
 
 }
+
+?>