diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-03 05:01:28 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-03 05:01:28 (GMT) |
commit | 6470b31efc557037294363bded4b90d0ffe55e28 (patch) | |
tree | 2dc1fea76a6cde4a66c3e6de7df940fb8d0ddb7e /abs/core-testing | |
parent | f136e5741a33162b6d6f341d6cefadf9272fe33f (diff) | |
download | linhes_pkgbuild-6470b31efc557037294363bded4b90d0ffe55e28.zip linhes_pkgbuild-6470b31efc557037294363bded4b90d0ffe55e28.tar.gz linhes_pkgbuild-6470b31efc557037294363bded4b90d0ffe55e28.tar.bz2 |
local-website: Fix javascript paths in index.html
closes #674
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/local-website/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/local-website/htdocs/index.html | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/local-website/PKGBUILD b/abs/core-testing/local-website/PKGBUILD index 8360138..cc4127b 100644 --- a/abs/core-testing/local-website/PKGBUILD +++ b/abs/core-testing/local-website/PKGBUILD @@ -1,6 +1,6 @@ pkgname=local-website pkgver=2 -pkgrel=23 +pkgrel=24 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') diff --git a/abs/core-testing/local-website/htdocs/index.html b/abs/core-testing/local-website/htdocs/index.html index 044366c..5f2558d 100755 --- a/abs/core-testing/local-website/htdocs/index.html +++ b/abs/core-testing/local-website/htdocs/index.html @@ -7,13 +7,13 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> - <script type="text/javascript" src="js/prototype.js"></script> - <script type="text/javascript" src="js/prototip/prototip.js"></script> - <link rel="stylesheet" type="text/css" href="js/prototip/prototip.css"> + <script type="text/javascript" src="linhes/js/prototype.js"></script> + <script type="text/javascript" src="linhes/js/prototip/prototip.js"></script> + <link rel="stylesheet" type="text/css" href="linhes/js/prototip/prototip.css"> - <script type="text/javascript" src="js/utils.js"></script> - <script type="text/javascript" src="js/AC_OETags.js"></script> - <script type="text/javascript" src="js/table_sort.js"></script> + <script type="text/javascript" src="linhes/js/utils.js"></script> + <script type="text/javascript" src="linhes/js/AC_OETags.js"></script> + <script type="text/javascript" src="linhes/js/table_sort.js"></script> <link rel="stylesheet" type="text/css" href="/linhes/default/style.css"> <link rel="stylesheet" type="text/css" href="/linhes/default/header.css"> |