diff --git a/htdocs/relationship_types.php b/htdocs/relationship_types.php index 17609c56..d17ffd64 100644 --- a/htdocs/relationship_types.php +++ b/htdocs/relationship_types.php @@ -106,7 +106,7 @@ if ( $confirmation_required ) { printf('

%s

', $_SERVER['REQUEST_URI'], $confirmation_hash, translate("Confirm Deletion of the Relationship Type")); } -echo "
"; +printf( '', $_SERVER['REQUEST_URI']); echo $browser->Render(); echo "
";