1
0
Fork 0

fixes #303: tablesort.js not found in Diagnosis and Coverager

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1235 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2013-04-22 09:28:39 +00:00
parent 7fe46fb894
commit e0bf6cdd3f
3 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ ChangeLog
3.0.2 2013-??-??
ChangeLog
========
* fixes #303: tablesort.js not found in Diagnosis and Coverager
* fixes #297: segv on startup under sparc, ini setting overflow
3.0.1 2013-01-11

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['config']['charset']; ?>" />
<meta http-equiv="Content-Language" content="<?php echo $GLOBALS['config']['lang']; ?>" />
<script type="text/javascript" src="tablesort.js"></script>
<script type="text/javascript" src="../common/tablesort.js"></script>
<link rel="stylesheet" type="text/css" href="../common/common.css" />
<link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['module']; ?>.css" />