@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<body>
@@ -28,7 +29,7 @@
$cursor = $db->find();
foreach ($cursor as $documento) {
- echo "* Nombre:" . $documento["name"] . " - E-mail:" . $documento["email"] . " <a href='index.php?remove=".$documento["name"]."'>Eliminar usuario</a>\n";
+ echo "<p>* Nombre: " . $documento["name"] . "\t <---> \t E-mail: " . $documento["email"] . " ---> <a href='index.php?remove=".$documento["name"]."'>Eliminar usuario</a>\n</p>";
}
?>
</div>