Hello,
you have spaces in the search code of your template index.php. Please try this code:
<?php if (SHOW_SEARCH) { ?>
<div class="search_box">
<form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get">
<input type="text" name="string" class="search_string" />
<input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" />
</form>
</div>
<?php } ?>
Regards Christian
P.S.: There was a typo on the
Dutch help website, but it is corrected now.