diff options
author | Sean Finney <seanius@debian.org> | 2009-12-03 09:35:55 +0100 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2009-12-03 09:35:55 +0100 |
commit | e4254f572ff51111c9ee434af4f34a9b9e5790b7 (patch) | |
tree | 0c1ea48fe8e4ea338e81724dd9fafe8df056f22e | |
parent | d089358df6c97446c05dfa2d825e7c5eee85113a (diff) | |
download | patch-tracker-e4254f572ff51111c9ee434af4f34a9b9e5790b7.tar.gz |
change some absolute urls to be relative in 500 error handler page
-rw-r--r-- | static/500.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/static/500.html b/static/500.html index eef8c94..2663c7a 100644 --- a/static/500.html +++ b/static/500.html @@ -5,23 +5,20 @@ <title>Oh noes! Error! </title> <link rel="stylesheet" type="text/css" - href="http://htpc/patch-tracking.debian.net/static/css/patches.css"/> - <base href="http://htpc/patch-tracking.debian.net/" /> + href="./css/patches.css"/> </head> <body> <div class="pageheader"> - <img alt="[patchlogo]" src="http://htpc/patch-tracking.debian.net/static/img/swirlpatch.png"/> - <p> <a href="http://htpc/patch-tracking.debian.net/">Debian patch tracking system </a> </p> + <img alt="[patchlogo]" src="./img/swirlpatch.png"/> + <p> <a href="../">Debian patch tracking system </a> </p> <div class="breadcrumb"> </div> <!-- breadcrumb --> </div> <h1>Oh noes! An error!</h1> <div align="center"> - <img alt="[maintenance cat]" - src="http://htpc/patch-tracking.debian.net/static/img/500-ohnoes.png" - width="300" /> + <img alt="[maintenance cat]" src="./img/500-ohnoes.png" width="300" /> <p> The system is currently unavailable. Please wait for it to become available again. |