1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove some redundant php closing tags

This commit is contained in:
Andrew Dolgov
2017-04-26 20:24:18 +03:00
parent e734018448
commit ea79a0e033
52 changed files with 38 additions and 87 deletions

View File

@@ -1976,5 +1976,4 @@ class Pref_Feeds extends Handler_Protected {
print (int) $this->dbh->fetch_result($result, 0, "num_inactive");
}
}
?>
}

View File

@@ -1192,5 +1192,4 @@ class Pref_Filters extends Handler_Protected {
$this->dbh->query("COMMIT");
}
}
?>
}

View File

@@ -311,6 +311,4 @@ class Pref_Labels extends Handler_Protected {
print "</div>"; #container
}
}
?>
}

View File

@@ -1120,5 +1120,4 @@ class Pref_Prefs extends Handler_Protected {
return "";
}
}
?>
}

View File

@@ -87,4 +87,3 @@ class Pref_System extends Handler_Protected {
}
}
?>

View File

@@ -453,6 +453,4 @@ class Pref_Users extends Handler_Protected {
print "</div>"; #container
}
}
?>
}