diff options
| author | Damien Regad <dregad@mantisbt.org> | 2014-02-24 16:21:57 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2014-02-24 16:57:38 +0100 |
| commit | 8658d9d862cda3cbe153f586f61426b5010cc38b (patch) | |
| tree | d8aa72c9fa13c73eec83bc327110a0db2e768cc1 /tohtml.inc.php | |
| parent | 07164ba070143f51efcf1db74a2bd042bd6eb3e4 (diff) | |
| download | adodb-8658d9d862cda3cbe153f586f61426b5010cc38b.tar.gz adodb-8658d9d862cda3cbe153f586f61426b5010cc38b.tar.bz2 adodb-8658d9d862cda3cbe153f586f61426b5010cc38b.zip | |
Remove closing php tag
http://php.net/manual/en/language.basic-syntax.phptags.php
Diffstat (limited to 'tohtml.inc.php')
| -rw-r--r-- | tohtml.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tohtml.inc.php b/tohtml.inc.php index 12724918..bdca601d 100644 --- a/tohtml.inc.php +++ b/tohtml.inc.php @@ -197,5 +197,3 @@ function arr2html(&$arr,$ztabhtml='',$zheaderarray='') $s .= '</TABLE>'; print $s; } - -?>
\ No newline at end of file |
