Index: trunk/wb/index.php
===================================================================
--- trunk/wb/index.php	(revision 698)
+++ trunk/wb/index.php	(revision 699)
@@ -69,8 +69,7 @@
 		else $anchor = FALSE;
 		if($target_page_id == -1) {
 			if($extern!='') {
-				$extern=rtrim($extern, '/');
-				header("Location: $extern/".($anchor?'#'.$anchor:''));
+				header("Location: $extern".($anchor?'#'.$anchor:''));
 			}
 		} else {
 			// get link of target-page
@@ -106,4 +105,4 @@
 // Display the template (no output filtering)
 require(WB_PATH.'/templates/'.TEMPLATE.'/index.php');
 
-?>
\ No newline at end of file
+?>
