diff options
-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 | ||||
-rw-r--r-- | main/main.c | 2 | ||||
-rw-r--r-- | main/php_ini.c | 2 |
9 files changed, 10 insertions, 10 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"); } diff --git a/main/main.c b/main/main.c index 6b01a62c28..6c97ce970d 100644 --- a/main/main.c +++ b/main/main.c @@ -418,7 +418,7 @@ static void php_error_cb(int type, const char *error_filename, const uint error_ char *error_format; error_format = PG(html_errors) ? - "<br>\n<b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br>\n" + "<br />\n<b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br />\n" : "\n%s: %s in %s on line %d\n"; if (PG(xmlrpc_errors)) { error_format = do_alloca(1024); diff --git a/main/php_ini.c b/main/php_ini.c index b1d40daf52..bbba47920e 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -87,7 +87,7 @@ static int php_ini_displayer(zend_ini_entry *ini_entry, int module_number TSRMLS PUTS("<tr valign=\"baseline\" bgcolor=\"" PHP_CONTENTS_COLOR "\">"); PUTS("<td bgcolor=\"" PHP_ENTRY_NAME_COLOR "\"><b>"); PHPWRITE(ini_entry->name, ini_entry->name_length-1); - PUTS("</b><br></td><td align=\"center\">"); + PUTS("</b><br /></td><td align=\"center\">"); php_ini_displayer_cb(ini_entry, ZEND_INI_DISPLAY_ACTIVE); PUTS("</td><td align=\"center\">"); php_ini_displayer_cb(ini_entry, ZEND_INI_DISPLAY_ORIG); |