From 419d70e614f09f95c2a99f4bef585b4c0a0c27d8 Mon Sep 17 00:00:00 2001 From: Ben Wiley Sittler Date: Sun, 2 Nov 2008 03:52:22 +0000 Subject: [PATCH] send correct content-type; add a missing doctype (although technically the table is not allowed inside pre, but that we will need to find another fix for) --- caca-php/examples/www/caca-php.css | 2 +- caca-php/examples/www/cacainfo.php | 4 ++++ caca-php/examples/www/dithering.php | 6 ++++++ caca-php/examples/www/figlet.php | 7 +++++-- caca-php/examples/www/text.php | 4 ++++ 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/caca-php/examples/www/caca-php.css b/caca-php/examples/www/caca-php.css index 4cac2fc..c791730 100644 --- a/caca-php/examples/www/caca-php.css +++ b/caca-php/examples/www/caca-php.css @@ -13,7 +13,7 @@ table, table tr { display: block; } -table td +table tr td { display: inline; padding: 0px; diff --git a/caca-php/examples/www/cacainfo.php b/caca-php/examples/www/cacainfo.php index 9c7129e..acdd024 100644 --- a/caca-php/examples/www/cacainfo.php +++ b/caca-php/examples/www/cacainfo.php @@ -1,3 +1,6 @@ + @@ -16,6 +19,7 @@ ?> sample program for libcaca php binding + diff --git a/caca-php/examples/www/dithering.php b/caca-php/examples/www/dithering.php index 327f98b..4a23a80 100644 --- a/caca-php/examples/www/dithering.php +++ b/caca-php/examples/www/dithering.php @@ -1,3 +1,9 @@ + + + Caca power! diff --git a/caca-php/examples/www/figlet.php b/caca-php/examples/www/figlet.php index 756c7c8..d515cae 100644 --- a/caca-php/examples/www/figlet.php +++ b/caca-php/examples/www/figlet.php @@ -1,9 +1,12 @@ + + Caca power! - @@ -20,6 +23,7 @@ ?> demo for libcaca php binding +