From cb6e7510088ac25cd2d49438165033ad75b263b9 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 27 Oct 2001 23:14:49 +0000 Subject: [PATCH] Fix for Tomcat 4. --- sapi/servlet/web.xml | 65 ++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/sapi/servlet/web.xml b/sapi/servlet/web.xml index 9efa2fd091..b0703a3614 100644 --- a/sapi/servlet/web.xml +++ b/sapi/servlet/web.xml @@ -5,37 +5,36 @@ "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> - - - php - - - net.php.servlet - - - - - php - - - *.php - - - - - - php-formatter - - - net.php.formatter - - - - - php-formatter - - - *.phps - - + + + php + + + net.php.servlet + + + + + php-formatter + + + net.php.formatter + + + + + php + + + *.php + + + + + php-formatter + + + *.phps + + -- 2.40.0