aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-02-23 22:01:00 +0000
committerz0rglub <z0rglub@piwigo.org>2004-02-23 22:01:00 +0000
commit06e507434cb9a7b59524ab1a71506db3cfb74e49 (patch)
treec7937dc19dd0a7c45a68bca907568a875dd64703
parent60b84a9db5822b98a3e18a842901c2f0c323e032 (diff)
deleting last empty lines that created error for redirections
git-svn-id: http://piwigo.org/svn/trunk@370 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/common.inc.php1
-rw-r--r--template/default/htmlfunctions.inc.php3
2 files changed, 1 insertions, 3 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 577917e0d..27b74ae5a 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -210,4 +210,3 @@ if ( $user['is_the_guest'] ) $user['username'] = $lang['guest'];
include_once( './template/'.$user['template'].'/htmlfunctions.inc.php' );
define('PREFIX_TABLE', $table_prefix);
?>
-
diff --git a/template/default/htmlfunctions.inc.php b/template/default/htmlfunctions.inc.php
index 81c123ead..9528efd80 100644
--- a/template/default/htmlfunctions.inc.php
+++ b/template/default/htmlfunctions.inc.php
@@ -259,5 +259,4 @@ function make_radio($name, $value, $selected, $usekeys=false)
}
return $boxstring;
}
-?>
-
+?> \ No newline at end of file