summaryrefslogtreecommitdiffstats
path: root/common/html-coverpage/static/rtems/js/catalogue.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/html-coverpage/static/rtems/js/catalogue.js')
-rw-r--r--common/html-coverpage/static/rtems/js/catalogue.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/html-coverpage/static/rtems/js/catalogue.js b/common/html-coverpage/static/rtems/js/catalogue.js
index ae32aed..42d8d5d 100644
--- a/common/html-coverpage/static/rtems/js/catalogue.js
+++ b/common/html-coverpage/static/rtems/js/catalogue.js
@@ -56,12 +56,12 @@ function paintCatalogue(xml) {
else
table += empty;
if (pdf)
- table += '<td><a href="' + '/' + pdf + '">' +
+ table += '<td><a href="' + pdf + '">' +
'<img src="' + pdfIcon + '" width="20" height="20"></a></td>\n';
else
table += empty;
if (singlehtml)
- table += '<td><a href="' + '/' + singlehtml + '">' +
+ table += '<td><a href="' + singlehtml + '">' +
'<img src="' + htmlIcon + '" width="20" height="20"></a></td>\n';
else
table += empty;