diff --git a/caca-php/examples/www/dithering.php b/caca-php/examples/www/dithering.php index edb66b0..e12717a 100644 --- a/caca-php/examples/www/dithering.php +++ b/caca-php/examples/www/dithering.php @@ -38,7 +38,7 @@ $canvas = caca_create_canvas(100, 40); caca_dither_bitmap($canvas, 0, 0, caca_get_canvas_width($canvas), caca_get_canvas_height($canvas), $dither, $img); echo caca_export_string($canvas, "html3"); -echo ""; +echo "\"\""; ?>