Skip to content
Snippets Groups Projects
Commit 654bfa84 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Correct capitalisation of jQuery.

parent 2e6ea686
No related branches found
No related tags found
No related merge requests found
...@@ -861,7 +861,7 @@ class HTMLPresenter(Presenter): ...@@ -861,7 +861,7 @@ class HTMLPresenter(Presenter):
if os.path.exists(path): if os.path.exists(path):
os.symlink(path, check_path) os.symlink(path, check_path)
logger.debug( logger.debug(
"jquery found at %s and symlinked to %s", path, check_path "jQuery found at %s and symlinked to %s", path, check_path
) )
return url.path return url.path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment