diff options
author | Derick Rethans <derick@php.net> | 2001-10-06 20:13:39 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-10-06 20:13:39 +0000 |
commit | a0bbfb590ca80117d1441cc4cbcf8a5b04c914a9 (patch) | |
tree | 578fe7e4207aa67daec97724d60a7b271dca5e4d /ext | |
parent | af1c7070f7b2635eb4b56de1d8b4bf3e0b18234e (diff) | |
download | php-git-a0bbfb590ca80117d1441cc4cbcf8a5b04c914a9.tar.gz |
- <br> -> <br />
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ccvs/ccvs.c | 2 | ||||
-rw-r--r-- | ext/muscat/muscat.c | 2 | ||||
-rw-r--r-- | ext/notes/php_notes.c | 2 | ||||
-rw-r--r-- | ext/oci8/oci8.c | 2 | ||||
-rw-r--r-- | ext/ovrimos/ovrimos.c | 2 | ||||
-rw-r--r-- | ext/standard/dl.c | 2 | ||||
-rw-r--r-- | ext/standard/info.c | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/ext/ccvs/ccvs.c b/ext/ccvs/ccvs.c index 903e8c00f2..3035c814d5 100644 --- a/ext/ccvs/ccvs.c +++ b/ext/ccvs/ccvs.c @@ -580,7 +580,7 @@ PHP_MINFO_FUNCTION(ccvs) { php_info_print_table_start(); php_info_print_table_header(2, "RedHat CCVS support", "enabled"); - php_info_print_table_row(2, "CCVS Support by", "Brendan W. McAdams <bmcadams@php.net><br>& Doug DeJulio <ddj@redhat.com>"); + php_info_print_table_row(2, "CCVS Support by", "Brendan W. McAdams <bmcadams@php.net><br />& Doug DeJulio <ddj@redhat.com>"); php_info_print_table_row(2, "Release ID", cvsid); php_info_print_table_row(2, "This Release Certified For CCVS Versions", "3.0 and greater"); php_info_print_table_end(); diff --git a/ext/muscat/muscat.c b/ext/muscat/muscat.c index 3e538d7145..db0dadf3ee 100644 --- a/ext/muscat/muscat.c +++ b/ext/muscat/muscat.c @@ -131,7 +131,7 @@ PHP_MINFO_FUNCTION(muscat) { php_info_print_table_start(); php_info_print_table_header(2, "muscat support", "enabled"); - php_info_print_table_row(2, "Muscat/Empower 1.5 Module for PHP version 4.0<br>Copyright (c) 2000 <a href=\"www.ananova.com\">Ananova Ltd<a/>","For information on Muscat/Empower without php see <a href=\"www.smartlogik.com\">www.smartlogik.com</a><br><small>Muscat and Empower are probably trade marks</small>"); + php_info_print_table_row(2, "Muscat/Empower 1.5 Module for PHP version 4.0<br />Copyright (c) 2000 <a href=\"www.ananova.com\">Ananova Ltd<a/>","For information on Muscat/Empower without php see <a href=\"www.smartlogik.com\">www.smartlogik.com</a><br /><small>Muscat and Empower are probably trade marks</small>"); php_info_print_table_row(2, "muscat path", PHP_MUSCAT_DIR); php_info_print_table_end(); diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 8b0367aa8c..680a8893c4 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -2317,7 +2317,7 @@ STATUS LNPUBLIC ReadSummaryData /* Print the note ID. */ - php_printf ("\nNote ID is: %lX.\n<br>", SearchMatch.ID.NoteID); + php_printf ("\nNote ID is: %lX.\n<br />", SearchMatch.ID.NoteID); /* Print the summary data. */ diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index e7513faae7..2d7d99a474 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -1018,7 +1018,7 @@ static void oci_debug(const char *format, ...) vsnprintf(buffer, sizeof(buffer)-1, format, args); va_end(args); buffer[sizeof(buffer)-1] = '\0'; - php_printf("OCIDebug: %s<br>\n", buffer); + php_printf("OCIDebug: %s<br />\n", buffer); } } diff --git a/ext/ovrimos/ovrimos.c b/ext/ovrimos/ovrimos.c index e9f8098c75..8d81131790 100644 --- a/ext/ovrimos/ovrimos.c +++ b/ext/ovrimos/ovrimos.c @@ -36,7 +36,7 @@ PHP_MINFO_FUNCTION(ovrimos) { - php_printf(""Ovrimos" module<br>\n"); + php_printf(""Ovrimos" module<br />\n"); } /* Main User Functions diff --git a/ext/standard/dl.c b/ext/standard/dl.c index d033dce989..185c42df69 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -215,7 +215,7 @@ void php_dl(pval *file, int type, pval *return_value) PHP_MINFO_FUNCTION(dl) { - PUTS("Dynamic Library support not available<br>.\n"); + PUTS("Dynamic Library support not available<br />.\n"); } #endif diff --git a/ext/standard/info.c b/ext/standard/info.c index 8543ccf360..df8a71cc75 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -225,7 +225,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC) } PUTS("?="ZEND_LOGO_GUID"\" border=\"0\" align=\"right\" alt=\"Zend logo\"></a>\n"); } - php_printf("This program makes use of the Zend Scripting Language Engine:<br>"); + php_printf("This program makes use of the Zend Scripting Language Engine:<br />"); zend_html_puts(zend_version, strlen(zend_version)); php_info_print_box_end(); efree(php_uname); @@ -343,7 +343,7 @@ PHPAPI void php_info_print_table_start() PHPAPI void php_info_print_table_end() { - php_printf("</table><br>\n"); + php_printf("</table><br />\n"); } |