summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 32aacbe5b..b78edc93c 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -168,7 +168,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
}
common_element('script', array('type' => 'text/javascript',
- 'src' => common_path('js/jsquery.min.js')),
+ 'src' => common_path('js/jquery.min.js')),
' ');
if ($callable) {