1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-24 09:34:38 -04:00

- fix for use of Java 1.5 methods (eclipse is crap)

- added two more test-cases for blacklist cleaner

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3288 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
karlchenofhell
2007-01-28 12:25:53 +00:00
parent cd86e7813a
commit c83b156120
2 changed files with 27 additions and 12 deletions

@ -35,7 +35,9 @@
<dl>
#{entries}#
<dt>
<label for="select#[entry]#" class="error">#(error)#Two wildcards in host-part::Either subdomain <u>or</u> wildcard::Path is invalid Regex#(/error)#</label>
<label for="select#[entry]#" class="error">
#(error)#Two wildcards in host-part::Either subdomain <u>or</u> wildcard::Path is invalid Regex::Wildcard not on begin or end::Host contains illegal chars#(/error)#
</label>
<input type="checkbox" name="select#[entry]#" id="select#[entry]#" checked="checked" />
</dt>
<dd><input type="text" name="entry#[entry]#" value="#[entry]#" size="50" /></dd>