Closed (fixed)
Project:
Filebrowser
Version:
6.x-2.0-rc8
Component:
Directory Listing Pages
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2009 at 05:28 UTC
Updated:
18 May 2009 at 17:51 UTC
I noticed that when the file browser is rendered it closes out the div I have it wrapped it, which puts the content that's rendered below it outside of the div, messing everything up.
I commented out line 967 // $output .= '
';
That solved it for now
Comments
Comment #1
virtualdrupal commentedSorry that was line 967 of function filebrowser.module, for the theme_filebrowser_description function
Comment #2
Yoran commentedare you sure about this ? When I search "div" in the code, I found only 4 of them.
-
-
Do you have the upload form enabled ?
Comment #3
Yoran commentedFell free to open it again if you still have the problem