1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 23:36:29 +02:00

Removed redundant closing tags.

This commit is contained in:
Cameron
2020-06-05 11:34:17 -07:00
parent 7439d599f8
commit 450b35f017
43 changed files with 47 additions and 72 deletions

View File

@@ -38,4 +38,3 @@ $advanced['date']['text'] = LAN_DATE_POSTED.':';
$advanced['author']['type'] = 'author';
$advanced['author']['text'] = LAN_SEARCH_61.':';
?>

View File

@@ -19,4 +19,3 @@ if (!defined('e107_INIT')) { exit; }
$advanced['date']['type'] = 'date';
$advanced['date']['text'] = LAN_SEARCH_62.':';
?>

View File

@@ -26,4 +26,3 @@ function com_search_2($row) {
return $res;
}
?>

View File

@@ -26,4 +26,3 @@ function com_search_0($row) {
return $res;
}
?>

View File

@@ -32,4 +32,3 @@ function com_search_page($row) {
return $res;
}
?>

View File

@@ -26,4 +26,3 @@ function com_search_profile($row) {
return $res;
}
?>

View File

@@ -64,4 +64,3 @@ function search_comment($row) {
}
}
?>