diff options
| author | reger <reger18@arcor.de> | 2016-10-25 03:02:31 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-10-25 03:02:31 +0200 |
| commit | 3cc2af8f926486f016eec39809a6634f98130bf7 (patch) | |
| tree | 1ae571487dfbaeef7292441a0107de0f7212a0ab /htroot/WatchWebStructure_p.html | |
| parent | 3c7220bc7b2e5f6d014083e755f468e5770ed023 (diff) | |
reduce the mix of absolute and relative internal html page links
(prefer relative for same pg or neighbors) to ease proxied access
e.g. http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 74a4d7924..c53ace48d 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -72,7 +72,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </fieldset> #(/hosts)# <div id="left"> -<form action="/WatchWebStructure_p.html" accept-charset="UTF-8" onsubmit="return checkform(this);"> +<form action="WatchWebStructure_p.html" accept-charset="UTF-8" onsubmit="return checkform(this);"> <fieldset> <dl> <dt>host</dt> |
