Date: 10/27/98
- Next message: ssb: "[PHP-DEV] CVS update: php3"
- Previous message: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tuesday October 27, 1998 @ 18:02
Author: ssb
Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv12388
Modified Files:
xml.sgml
Log Message:
minor bug
Index: php3/doc/functions/xml.sgml
diff -c php3/doc/functions/xml.sgml:1.12 php3/doc/functions/xml.sgml:1.13
*** php3/doc/functions/xml.sgml:1.12 Tue Oct 27 18:00:20 1998
--- php3/doc/functions/xml.sgml Tue Oct 27 18:02:41 1998
***************
*** 285,291 ****
{
global $map_array;
if ($htmltag = $map_array[$name]) {
! print "<$htmltag>";
}
}
--- 285,291 ----
{
global $map_array;
if ($htmltag = $map_array[$name]) {
! print "<$htmltag>";
}
}
***************
*** 293,299 ****
{
global $map_array;
if ($htmltag = $map_array[$name]) {
! print "</$htmltag>";
}
}
--- 293,299 ----
{
global $map_array;
if ($htmltag = $map_array[$name]) {
! print "</$htmltag>";
}
}
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: ssb: "[PHP-DEV] CVS update: php3"
- Previous message: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

