Index: trunk/wb/include/captcha/captcha.php
===================================================================
--- trunk/wb/include/captcha/captcha.php	(revision 618)
+++ trunk/wb/include/captcha/captcha.php	(revision 619)
@@ -92,7 +92,7 @@
 				break;
 			case 'calc_image': // calculation with image (old captcha)
 				?><table class="captcha_table"><tr>
-				<td><img src="<?php echo WB_URL."/include/captcha/captchas/calc_image.php?t=$t"; ?>" alt="Captcha" />&nbsp;=&nbsp;</td>
+				<td><img src="<?php echo WB_URL."/include/captcha/captchas/calc_image.php?t=$t"; ?>" alt="Captcha" /></td><td>&nbsp;=&nbsp;</td>
 				<td><input type="text" name="captcha" maxlength="5" style="width:20px" /></td>
 				<td class="captcha_expl"><?php echo $MOD_CAPTCHA['VERIFICATION_INFO_RES']; ?></td>
 				</tr></table><?php
Index: trunk/wb/include/captcha/readme.txt
===================================================================
--- trunk/wb/include/captcha/readme.txt	(revision 618)
+++ trunk/wb/include/captcha/readme.txt	(revision 619)
@@ -28,7 +28,7 @@
 
 How to use:
 use 
-	require_once(WB_PATH.'/include/captcha/captcha.php'); // will output a table with 3 columns: |CAPTCHA|Input|Text|
+	require_once(WB_PATH.'/include/captcha/captcha.php'); // will output a table with 3 columns: |CAPTCHA|Input|Text|. The calc_image captcha have 4 columns |CAPTCHA|=|Input|Text|.
 and put 
 	<?php call_captcha(); ?>
 into your form.
