1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +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

@@ -23,5 +23,4 @@ class Logger_SQL {
return false;
}
}
?>
}

View File

@@ -30,5 +30,4 @@ class Logger_Syslog {
}
}
?>
}