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/notes | |
parent | af1c7070f7b2635eb4b56de1d8b4bf3e0b18234e (diff) | |
download | php-git-a0bbfb590ca80117d1441cc4cbcf8a5b04c914a9.tar.gz |
- <br> -> <br />
Diffstat (limited to 'ext/notes')
-rw-r--r-- | ext/notes/php_notes.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |