diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-04-26 20:24:18 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-04-26 20:24:18 +0300 |
| commit | ea79a0e033e40057279a7f464c9464145eedc932 (patch) | |
| tree | 973fbd2a1de4b28d4ea51d407446fe1714e31a9d /include/rssfuncs.php | |
| parent | e73401844868287d465ef1a0ffdbfbea377e84fa (diff) | |
remove some redundant php closing tags
Diffstat (limited to 'include/rssfuncs.php')
| -rw-r--r-- | include/rssfuncs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 645d06f89..ff46ac8a1 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1531,4 +1531,4 @@ PluginHost::getInstance()->run_hooks(PluginHost::HOOK_HOUSE_KEEPING, "hook_house_keeping", ""); } -?> + |