diff --git a/caca-php/examples/www/cacainfo.php b/caca-php/examples/www/cacainfo.php
index 3742cd4..b6e317b 100644
--- a/caca-php/examples/www/cacainfo.php
+++ b/caca-php/examples/www/cacainfo.php
@@ -16,7 +16,7 @@
sample program for libcaca php binding
-
+
-
+libcaca version:
+
+Available drivers:
+
+ $name)
- echo "* $name ($type)\n";
-echo "\n";
+ echo '- ' . htmlspecialchars("$name ($type)") . '
';
+?>
+
-echo "Available import formats:\n";
+Available import formats:
+
+ $name)
- echo "* $name ($format)\n";
-echo "\n";
+ echo '- ' . htmlspecialchars("$name ($format)") . '
';
+?>
+
-echo "Available export formats:\n";
+Available export formats:
+
+ $name)
- echo "* $name ($format)\n";
-echo "\n";
+ echo '- ' . htmlspecialchars("$name ($format)") . '
';
+?>
+
-echo "Available caca fonts:\n";
+Available caca fonts:
+
+' . htmlspecialchars("$name") . '';
?>
-
+
+
\ No newline at end of file