summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/browse.php b/browse.php
index dbc52767..7763d176 100644
--- a/browse.php
+++ b/browse.php
@@ -36,7 +36,6 @@ require_once 'lib/init.php';
/* Display the headers and menus */
show_header();
-echo '<div id="browse_content">';
switch($_REQUEST['action']) {
case 'file':
@@ -98,8 +97,6 @@ switch($_REQUEST['action']) {
break;
} // end Switch $action
-echo '</div>';
-
/* Show the Footer */
show_footer();
?>