diff options
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/css.php | 1 | ||||
-rw-r--r-- | lib/exe/detail.php | 1 | ||||
-rw-r--r-- | lib/exe/fetch.php | 1 | ||||
-rw-r--r-- | lib/exe/js.php | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 6216df6e5..263d7ff0f 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -336,4 +336,3 @@ function css_comment_cb($matches){ } //Setup VIM: ex: et ts=4 enc=utf-8 : -?> diff --git a/lib/exe/detail.php b/lib/exe/detail.php index c42854442..f30e039d4 100644 --- a/lib/exe/detail.php +++ b/lib/exe/detail.php @@ -56,4 +56,3 @@ header('Content-Type: text/html; charset=utf-8'); include(template('detail.php')); -?> diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php index 4ad6f7e4d..11877ef36 100644 --- a/lib/exe/fetch.php +++ b/lib/exe/fetch.php @@ -171,4 +171,3 @@ function calc_cache($cache){ } //Setup VIM: ex: et ts=2 enc=utf-8 : -?> diff --git a/lib/exe/js.php b/lib/exe/js.php index f7bd574ed..f79023c49 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -388,4 +388,3 @@ function js_compress($s){ } //Setup VIM: ex: et ts=4 enc=utf-8 : -?> |