diff options
| author | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
| commit | 365f77ea8c7aa07eb501095e9987f55dd5cd8a0b (patch) | |
| tree | e0e4e316ebfd50fd3f5c9b464e73ca5d54db3808 /htroot/RegexTest.html | |
| parent | 0e10cd18f78c8cd5249d789728cbe574d9992b95 (diff) | |
make internal page links relative to ease any future development for context aware servlets
note also http://bugs.yacy.net/view.php?id=106
Diffstat (limited to 'htroot/RegexTest.html')
| -rw-r--r-- | htroot/RegexTest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/RegexTest.html b/htroot/RegexTest.html index bdd59b254..8d9b9a92f 100644 --- a/htroot/RegexTest.html +++ b/htroot/RegexTest.html @@ -27,7 +27,7 @@ <dt> <label>Result</label> </dt> - #(match)#<dd><img src="/env/grafics/nok.png"> no match</dd>::<dd><img src="/env/grafics/ok.png"> match</dd>::<dd><img src="/env/grafics/bad.png"> error in expression: #[error]#</dd>#(/match)# + #(match)#<dd><img src="env/grafics/nok.png"> no match</dd>::<dd><img src="env/grafics/ok.png"> match</dd>::<dd><img src="env/grafics/bad.png"> error in expression: #[error]#</dd>#(/match)# <dt></dt> <dd> <input name="submit" id="submit" type="submit" /> |
