]> granicus.if.org Git - php/commitdiff
- <br> -> <br />
authorDerick Rethans <derick@php.net>
Sat, 6 Oct 2001 20:13:39 +0000 (20:13 +0000)
committerDerick Rethans <derick@php.net>
Sat, 6 Oct 2001 20:13:39 +0000 (20:13 +0000)
ext/ccvs/ccvs.c
ext/muscat/muscat.c
ext/notes/php_notes.c
ext/oci8/oci8.c
ext/ovrimos/ovrimos.c
ext/standard/dl.c
ext/standard/info.c
main/main.c
main/php_ini.c

index 903e8c00f2dc108ae604a65590c905d179d8cf28..3035c814d59ef0e2ca12a7e46a7a166f178c2a5f 100644 (file)
@@ -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 &lt;bmcadams@php.net&gt;<br>&amp; Doug DeJulio &lt;ddj@redhat.com&gt;");
+    php_info_print_table_row(2, "CCVS Support by", "Brendan W. McAdams &lt;bmcadams@php.net&gt;<br />&amp; Doug DeJulio &lt;ddj@redhat.com&gt;");
     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();
index 3e538d71459c84a67ed6e2313d6a3239e3501bf3..db0dadf3ee1c33c7a5e45f93f6e43314780569d6 100644 (file)
@@ -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();
 
index 8b0367aa8c9a068be62991ce27549e7650f7539b..680a8893c44c240d14ca1072a84d56cc154b91e5 100644 (file)
@@ -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. */
 
index e7513faae7ebaacace49e2aeceae26ad1baa8d0d..2d7d99a474f5d2cd1e492b9302c27abbe36a3c53 100644 (file)
@@ -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);
        }
 }
 
index e9f8098c7542f215774f95dd017ddbb27f4f41e2..8d811317909d550c0ba058ccd464104cc036237d 100644 (file)
@@ -36,7 +36,7 @@
 
 PHP_MINFO_FUNCTION(ovrimos)
 {
-       php_printf("&quot;Ovrimos&quot; module<br>\n");
+       php_printf("&quot;Ovrimos&quot; module<br />\n");
 }
 
 /* Main User Functions 
index d033dce98977abe657bd8e462bf91f6424f05fb3..185c42df6996ec323e8e1b6cdb3c709b7a1e94b0 100644 (file)
@@ -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
index 8543ccf3602b7450d26b24252a8b5ade3f1a15e8..df8a71cc75f29a3269402f3d2f19b40030f79628 100644 (file)
@@ -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");
 
 }
 
index 6b01a62c287edf908791501b46c0c7bb83366f78..6c97ce970dcc79a0b6412d91bece2b5dd078d454 100644 (file)
@@ -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);
index b1d40daf521dc720ba98deb11079b3b403634916..bbba47920edf4a0db643d940783f46a8c4428f5b 100644 (file)
@@ -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);