Posted by rfsbsb on November 10, 2007 at 1:58pm
Jump to:
| Project: | Chili highlighter |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | kiam |
| Status: | closed (fixed) |
Issue Summary
If you try to use the module without clean_urls enabled, it won't work.
Change line 13, from:
"'". url($path) ."/';"
To
"'". $path ."/';"
It fix whatever the clean_urls are enabled or not.
cheers
Comments
#1
Simply using
$pathwould not work when Drupal is installed in a sub-directory.The correct code should probably use
base_path() . $path.#2
The code has been changed, and committed. Thanks for your report.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.